Spaces:
Starting
on
T4
Starting
on
T4
FantasticGNU
commited on
Commit
•
7909594
1
Parent(s):
8e8fb7c
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import mdtex2html
|
3 |
from model.openllama import OpenLLAMAPEFTModel
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
os.system("cp /home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda118.so /home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so")
|
4 |
+
|
5 |
+
|
6 |
import gradio as gr
|
7 |
import mdtex2html
|
8 |
from model.openllama import OpenLLAMAPEFTModel
|