Hugging Face
Models
Datasets
Spaces
Posts
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
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
about 2 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)
about 2 months ago
.gitattributes
Safe
1.52 kB
initial commit
7 months ago
README.md
Safe
233 Bytes
initial commit
7 months ago