Spaces:
Build error
Build error
Update model.py
Browse files
model.py
CHANGED
@@ -8,7 +8,7 @@ Original file is located at
|
|
8 |
"""
|
9 |
|
10 |
import os
|
11 |
-
os.system('pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" --no-deps xformers trl peft accelerate bitsandbytes')
|
12 |
|
13 |
|
14 |
import gradio as gr
|
|
|
8 |
"""
|
9 |
|
10 |
import os
|
11 |
+
os.system('pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" --no-deps xformers trl peft accelerate bitsandbytes pytorch')
|
12 |
|
13 |
|
14 |
import gradio as gr
|