NeMo
jojennin commited on
Commit
526e539
1 Parent(s): d40d39f

Change wording of Cosmos Tokenizer.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -223,7 +223,7 @@ input_tensor = torch.randn(1, 3, 512, 512).to('cuda').to(torch.bfloat16)
223
  (latent, ) = model.encode(input_tensor)
224
  ```
225
 
226
- 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 Tokenizers.
227
 
228
  # Evaluation
229
 
 
223
  (latent, ) = model.encode(input_tensor)
224
  ```
225
 
226
+ 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 Cosmos Tokenizer.
227
 
228
  # Evaluation
229