AILab-CVC / SEED

Official implementation of SEED-LLaMA (ICLR 2024).
https://ailab-cvc.github.io/seed
Other
576 stars 31 forks source link

hydra.errors.InstantiationException: Error locating target './models.seed_llama_tokenizer.SeedLlamaTokenizer.from_pretrained', set env var HYDRA_FULL_ERROR=1 to see chained exception #49

Closed cxjtju closed 3 months ago

cxjtju commented 3 months ago

when i execute CUDA_VISIBLE_DEVICES=0 python3 scripts/seed_tokenizer_inference.py, encounter hydra.errors.InstantiationException: Error locating target './models.seed_llama_tokenizer.SeedLlamaTokenizer.from_pretrained', set env var HYDRA_FULL_ERROR=1 to see chained exception. image

cxjtju commented 3 months ago

image