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
The installation guide is really not clear. Should be very basic:
(1) weight files to a path that is also synced to config files
(2) a script that we can run from terminal to debug, and not straight from command line terminal
OSError: Can't load tokenizer for './output_models/vicuna-13b'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure './output_models/vicuna-13b' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
The text was updated successfully, but these errors were encountered:
@kobic8 , I had the same issue! I resolved it by merging the vicuna weights with the robin weights and save it to './output_models/vicuna-13b' :) I hope you are able to resolve it as well!
The installation guide is really not clear. Should be very basic:
(1) weight files to a path that is also synced to config files
(2) a script that we can run from terminal to debug, and not straight from command line terminal
OSError: Can't load tokenizer for './output_models/vicuna-13b'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure './output_models/vicuna-13b' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
The text was updated successfully, but these errors were encountered: