You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照Flax Llama-7B Example with Puma的流程,在执行:
cd examples/python/ml/flax_llama7b
python flax_llama7b_split.py --model_path dir-to-flax-llama7b-EasyLM --config ./3pc.json
报错No module named 'EasyLM.models.llama.llama_model_splited_transformer'
尝试使用flax_llama7b.py,报错cannot import name 'LLaMAConfig' from 'EasyLM.models.llama.llama_model'
Standalone code to reproduce the issue
print("A bug")
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Issue Type
Support
Modules Involved
Documentation/Tutorial/Example
Have you reproduced the bug with SPU HEAD?
Yes
Have you searched existing issues?
Yes
SPU Version
spu 0.9.3
OS Platform and Distribution
openEuler 22.03
Python Version
3.9.9
Compiler Version
fcc 10.3.1
Current Behavior?
按照Flax Llama-7B Example with Puma的流程,在执行:
cd examples/python/ml/flax_llama7b
python flax_llama7b_split.py --model_path dir-to-flax-llama7b-EasyLM --config ./3pc.json
报错No module named 'EasyLM.models.llama.llama_model_splited_transformer'
尝试使用flax_llama7b.py,报错cannot import name 'LLaMAConfig' from 'EasyLM.models.llama.llama_model'
Standalone code to reproduce the issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: