Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manozSameer
/
my_spaces
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
my_spaces
Ctrl+K
Ctrl+K
1 contributor
History:
3 commits
thbat
Rename app.py to from transformers import AutoModelForCausalLM, AutoTokenizer model_name = "THUDM/CogVideoX-5B" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name)
a66c8e3
verified
5 months ago
from transformers import AutoModelForCausalLM, AutoTokenizer model_name = "THUDM
Rename app.py to from transformers import AutoModelForCausalLM, AutoTokenizer model_name = "THUDM/CogVideoX-5B" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name)
5 months ago
.gitattributes
Safe
1.52 kB
initial commit
10 months ago
README.md
Safe
233 Bytes
initial commit
10 months ago