Spaces:
Runtime error
Runtime error
loads the lora
Browse files- README.md +2 -2
- requirements.txt +2 -0
README.md
CHANGED
|
@@ -6,8 +6,8 @@ colorTo: pink
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.40.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
-
short_description:
|
| 11 |
---
|
| 12 |
|
| 13 |
This demo showcases the GPT-OSS-20B model fine-tuned with LoRA for enhanced multilingual reasoning capabilities. The model is based on OpenAI's GPT-OSS-20B base model with a LoRA adapter from Tonic.
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.40.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
short_description: GPT-OSS-20B Multilingual Reasoner LoRA adapter
|
| 11 |
---
|
| 12 |
|
| 13 |
This demo showcases the GPT-OSS-20B model fine-tuned with LoRA for enhanced multilingual reasoning capabilities. The model is based on OpenAI's GPT-OSS-20B base model with a LoRA adapter from Tonic.
|
requirements.txt
CHANGED
|
@@ -2,3 +2,5 @@ git+https://github.com/huggingface/transformers.git
|
|
| 2 |
accelerate
|
| 3 |
peft
|
| 4 |
torch
|
|
|
|
|
|
|
|
|
| 2 |
accelerate
|
| 3 |
peft
|
| 4 |
torch
|
| 5 |
+
triton >= 3.4.0
|
| 6 |
+
triton_kernels
|