Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeee
/
chatglm2-6b-4bit
like
96
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
2e24a4e
chatglm2-6b-4bit
/
app.py
mikeee
Update app.py
2e24a4e
almost 2 years ago
raw
Copy download link
history
blame
93 Bytes
import
gradio
as
gr
model_name =
"models/THUDM/chatglm2-6b-int4"
gr.load(model_name).lauch()