Tonic commited on
Commit
63d4149
·
1 Parent(s): b0c4a3f

loads the lora

Browse files
Files changed (2) hide show
  1. README.md +2 -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: false
10
- short_description: Try out Tonic's 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.
 
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