runtime error
Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from model import get_input_token_length, run File "/home/user/app/model.py", line 18, in <module> model = AutoModelForCausalLM.from_pretrained(model_id, model_type="llama", lib="avx2", hf=True, use_auth_token=True) File "/usr/local/lib/python3.10/site-packages/ctransformers/hub.py", line 151, in from_pretrained config = config or AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/ctransformers/hub.py", line 57, in from_pretrained raise TypeError( TypeError: 'use_auth_token' is an invalid keyword argument for from_pretrained()
Container logs:
Fetching error logs...