Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
manozSameer
/
my_spaces
Sleeping

App Files Files Community
1
Fetching metadata from the HF Docker repository...
my_spaces
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
thbat's picture
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
    1.52 kB
    initial commit 10 months ago
  • README.md
    233 Bytes
    initial commit 10 months ago