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
When I run python3 merge-weights.py --input_dir /home//llama-cpu/ --model_size 7B I receive the following error:
Traceback (most recent call last):
File "merge-weights.py", line 168, in <module>
main()
File "merge-weights.py", line 161, in main
write_model(
File "merge-weights.py", line 63, in write_model
state_dict |= {
TypeError: unsupported operand type(s) for |=: 'dict' and 'dict'
In the README I understood that it is necessary to run example-chat-bfloat16.py
The text was updated successfully, but these errors were encountered:
When I run python3 merge-weights.py --input_dir /home//llama-cpu/ --model_size 7B I receive the following error:
In the README I understood that it is necessary to run example-chat-bfloat16.py
The text was updated successfully, but these errors were encountered: