You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that versioned releases of TensorRT-RTX OSS are posted to `release/` branches of the upstream repo.
98
98
- Creation of a PR creation kicks off the code review process.
99
99
- At least one TensorRT-RTX engineer will be assigned for the review.
100
-
- While under review, mark your PRs as work-in-progress by prefixing the PR title with \[WIP\].
100
+
- While under review, mark your PRs as work-in-progress by prefixing the PR title with [WIP].
101
101
102
102
4. Since there is no CI/CD process in place yet, the PR will be accepted and the corresponding issue closed only after adequate testing has been completed, manually, by the developer and/or TensorRT-RTX engineer reviewing the code.
Copy file name to clipboardExpand all lines: demo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@ A collection of demos showcasing key [TensorRT-RTX](https://developer.nvidia.com
33
33
34
34
## Python Script Usage Examples
35
35
36
-
The standalone script provides extensive configuration options for various use cases. For detailed walkthroughs, interactive exploration, and comprehensive documentation, see the [Flux.1 \[dev\] Demo Notebook](./flux1.dev/flux_demo.ipynb) which offers in-depth coverage of TensorRT-RTX features.
36
+
The standalone script provides extensive configuration options for various use cases. For detailed walkthroughs, interactive exploration, and comprehensive documentation, see the [Flux.1 [dev] Demo Notebook](./flux1.dev/flux_demo.ipynb) which offers in-depth coverage of TensorRT-RTX features.
37
37
38
38
> **GPU Compatibility**: This demo is verified on Ada and Blackwell GPUs. See [Transformer Precision Options](#transformer-precision-options) for more compatibility details.
39
39
40
40
### Required Parameters
41
41
42
-
To download model checkpoints for the FLUX.1 \[dev\] pipeline, obtain a `read` access token to the model repository on HuggingFace Hub. See [instructions](https://huggingface.co/docs/hub/security-tokens).
42
+
To download model checkpoints for the FLUX.1 [dev] pipeline, obtain a `read` access token to the model repository on HuggingFace Hub. See [instructions](https://huggingface.co/docs/hub/security-tokens).
43
43
44
44
```bash
45
45
--hf-token YOUR_HF_TOKEN # Hugging Face token with read access to the Flux.1 [dev] model
@@ -74,7 +74,7 @@ To download model checkpoints for the FLUX.1 \[dev\] pipeline, obtain a `read` a
0 commit comments