Change wording of Cosmos Tokenizer.
Browse files
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
|
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 |
|