NeMo
jojennin commited on
Commit
10cd2d9
·
verified ·
1 Parent(s): ef9dfae

Add link to Cosmos Tokenizer README in NeMo Repository.

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -222,6 +222,8 @@ model = CausalVideoTokenizer.from_pretrained(model_name)
222
  input_tensor = torch.randn(1, 3, 9, 512, 512).to('cuda').to(torch.bfloat16)
223
  (latent, ) = model.encode(input_tensor)
224
  ```
 
 
225
 
226
  # Evaluation
227
 
 
222
  input_tensor = torch.randn(1, 3, 9, 512, 512).to('cuda').to(torch.bfloat16)
223
  (latent, ) = model.encode(input_tensor)
224
  ```
225
+ Please see the [Cosmos Tokenizer README within the NeMo repository](https://github.com/NVIDIA/NeMo/tree/main/nemo/collections/common/video_tokenizers) for additional examples to create training datasets with the Cosmos Tokenizer.
226
+
227
 
228
  # Evaluation
229