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
################
load model error: can not support mistral now can not support mistral now <class 'Exception'>
Traceback (most recent call last):
File "lightllm/lightllm/server/router/model_infer/model_rpc.py", line 110, in exposed_init_model
raise Exception(f"can not support {self.model_type} now")
Exception: can not support mistral now
################
load model error: can not support mistral now can not support mistral now <class 'Exception'>
Traceback (most recent call last):
File "/lightllm/lightllm/server/router/model_infer/model_rpc.py", line 110, in exposed_init_model
raise Exception(f"can not support {self.model_type} now")
Exception: can not support mistral now
router init state: Traceback (most recent call last):
File "/lightllm/lightllm/server/router/manager.py", line 291, in start_router_process
asyncio.run(router.wait_to_model_ready())
File "/opt/conda/envs/llmserver/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1517, in uvloop.loop.Loop.run_until_complete
File "/lightllm/lightllm/server/router/manager.py", line 74, in wait_to_model_ready
await asyncio.gather(*init_model_ret)
File "/lightllm/lightllm/server/router/model_infer/model_rpc.py", line 267, in init_model
await ans
File "/lightllm/lightllm/server/router/model_infer/model_rpc.py", line 243, in _func
return ans.value
File "/opt/conda/envs/llmserver/lib/python3.10/site-packages/rpyc-5.3.1-py3.10.egg/rpyc/core/async_.py", line 108, in value
raise self._obj
_get_exception_class.<locals>.Derived: can not support mistral now
========= Remote Traceback (1) =========
Traceback (most recent call last):
File "/opt/conda/envs/llmserver/lib/python3.10/site-packages/rpyc-5.3.1-py3.10.egg/rpyc/core/protocol.py", line 359, in _dispatch_request
res = self._HANDLERS[handler](self, *args)
File "/opt/conda/envs/llmserver/lib/python3.10/site-packages/rpyc-5.3.1-py3.10.egg/rpyc/core/protocol.py", line 837, in _handle_call
return obj(*args, **dict(kwargs))
File "/lightllm/lightllm/server/router/model_infer/model_rpc.py", line 116, in exposed_init_model
raise e
File "/lightllm/lightllm/server/router/model_infer/model_rpc.py", line 110, in exposed_init_model
raise Exception(f"can not support {self.model_type} now")
Exception: can not support mistral now
detoken init state: init ok```
The text was updated successfully, but these errors were encountered:
I am not able to load a custom model finetuned from Zephyr 7B model. I suppose this is not supported yet, is there any plan to support this ?
Error :
The text was updated successfully, but these errors were encountered: