Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mikeee
/
chatglm2-6b-4bit
like
96
Runtime error
App
Files
Files
Community
3
04cac67
chatglm2-6b-4bit
/
app.py
mikeee
Create app.py
04cac67
over 1 year ago
raw
Copy download link
history
blame
86 Bytes
import
gradio
as
gr
model_name =
"THUDM/chatglm2-6b-int4"
gr.load(model_name).lauch()