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
I'm trying to train the alpaca model using python 3.10. But when I try to train, there is always a bug here:
File "./stanford_alpaca/weight_diff.py", line 21, in <module>
from train import smart_tokenizer_and_embedding_resize
File "./stanford_alpaca/train.py", line 22, in <module>
import utils
File "./stanford_alpaca/utils.py", line 40, in <module>
prompts: Union[str, Sequence[str], Sequence[dict[str, str]], dict[str, str]],
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
I'm trying to train the alpaca model using python 3.10. But when I try to train, there is always a bug here:
The text was updated successfully, but these errors were encountered: