Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
projects-jeru
/
test-A
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
98e48f2
test-A
/
test.py
avreymi
add mpt model
ff9f17d
almost 2 years ago
raw
Copy download link
history
blame
Wrap lines
104 Bytes
import
subprocess
import
model
print
(model.mpt_7b(
"Hello, world!, please generate some text for me."
))