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
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
Install Python 3.9
Install Transformers >= v4.48.0
install fastchat accelerate
I was trying to attach delta weights of Vicuna-13B to existing Llama 13B weights in local , for this the advised was below:
RuntimeError: Failed to import transformers.generation.streamers because of the following error (look up to see its traceback):
unsupported operand type(s) for |: 'type' and 'NoneType'
Expected behavior
Work in Python 3.9
The text was updated successfully, but these errors were encountered:
System Info
transformers
version: 4.48.0Who can help?
@gante @Rocketknight1
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Install Python 3.9
Install Transformers >= v4.48.0
install fastchat accelerate
I was trying to attach delta weights of Vicuna-13B to existing Llama 13B weights in local , for this the advised was below:
doing this raised the following error:
Expected behavior
Work in Python 3.9
The text was updated successfully, but these errors were encountered: