Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer
|
3 |
-
import os
|
4 |
-
|
5 |
-
os.system("python -m pip install --upgrade pip")
|
6 |
-
os.system("pip install git+https://github.com/bigscience-workshop/petals")
|
7 |
-
|
8 |
from petals import AutoDistributedModelForCausalLM
|
9 |
import npc_data
|
10 |
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer
|
|
|
|
|
|
|
|
|
|
|
3 |
from petals import AutoDistributedModelForCausalLM
|
4 |
import npc_data
|
5 |
|