Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hsuwill000
/
gpt-oss-20b
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hsuwill000
commited on
5 days ago
Commit
75e962d
·
verified
·
1 Parent(s):
cfa51f8
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-0
start.sh
CHANGED
Viewed
@@ -11,6 +11,7 @@ echo "start llama.cpp"
11
--temp 0.2 \
12
--top-p 0.85 &
13
14
echo "start app.py"
15
python3 app.py
16
11
--temp 0.2 \
12
--top-p 0.85 &
13
14
+
pip install gradio
15
echo "start app.py"
16
python3 app.py
17