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
我想在本地运行llama2模型(不是jittorllms_llama)可行吗
config.py我配置了LLM_MODEL = "llama2", HUGGINGFACE_ACCESS_TOKEN, LOCAL_MODEL_DEVICE="cpu"
报错:pickle.PicklingError: Can't pickle <class 'request_llm.bridge_llama2.GetONNXGLMHandle'>: it's not the same object as request_llm.bridge_llama2.GetONNXGLMHandle
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我想在本地运行llama2模型(不是jittorllms_llama)可行吗
config.py我配置了LLM_MODEL = "llama2", HUGGINGFACE_ACCESS_TOKEN, LOCAL_MODEL_DEVICE="cpu"
报错:pickle.PicklingError: Can't pickle <class 'request_llm.bridge_llama2.GetONNXGLMHandle'>: it's not the same object as request_llm.bridge_llama2.GetONNXGLMHandle
Beta Was this translation helpful? Give feedback.
All reactions