Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhendled exeption script #25

Open
BurHAN3508 opened this issue Nov 20, 2024 · 1 comment
Open

Unhendled exeption script #25

BurHAN3508 opened this issue Nov 20, 2024 · 1 comment

Comments

@BurHAN3508
Copy link

resim

@BurHAN3508
Copy link
Author

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant