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
Traceback (most recent call last):
File "app\app.py", line 74, in
File "app\app.py", line 39, in init
File "C:\Users\burha\AppData\Local\Temp_MEI76882\core.py", line 22, in init
self.llm = LLM()
^^^^^
File "C:\Users\burha\AppData\Local\Temp_MEI76882\llm.py", line 59, in init
self.model = ModelFactory.create_model(self.model_name, base_url, api_key, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\burha\AppData\Local\Temp_MEI76882\models\factory.py", line 13, in create_model
raise ValueError(f'Unsupported model type {model_name}. Create entry in app/models/')
ValueError: Unsupported model type Qwen/Qwen2.5-Coder-32B-Instruct. Create entry in app/models/
The text was updated successfully, but these errors were encountered: