Skip to content

Commit f6e055b

Browse files
committed
fix : pre-commit files
Signed-off-by: tejaswinp <tejaswinp@nvidia.com>
1 parent 5745175 commit f6e055b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
git-clang-format --style file [commit ID/reference]
2727
```
2828

29-
- Format individual source files:
29+
- Format individual source files:
3030

3131
```bash
3232
# -style=file : Obtain the formatting rules from .clang-format
@@ -97,7 +97,7 @@ git push -u origin <local-branch>:<remote-branch>
9797
Note that versioned releases of TensorRT-RTX OSS are posted to `release/` branches of the upstream repo.
9898
- Creation of a PR creation kicks off the code review process.
9999
- 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].
101101

102102
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.
103103

demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ A collection of demos showcasing key [TensorRT-RTX](https://developer.nvidia.com
3333

3434
## Python Script Usage Examples
3535

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.
3737

3838
> **GPU Compatibility**: This demo is verified on Ada and Blackwell GPUs. See [Transformer Precision Options](#transformer-precision-options) for more compatibility details.
3939
4040
### Required Parameters
4141

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).
4343

4444
```bash
4545
--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
7474
--cache-mode {full,lean} # Cache mode (default: full)
7575
```
7676

77-
### Example Commands for Flux.1 \[dev\] Pipeline
77+
### Example Commands for Flux.1 [dev] Pipeline
7878

7979
**Default Parameters Image Generation:**
8080

@@ -205,7 +205,7 @@ demo_cache/
205205

206206
- Ensure the dimensions are multiples of 16
207207
- Try altering the `seed` and `guidance_scale` parameters
208-
- See [Flux.1 \[dev\] Demo Notebook](./flux1.dev/flux_demo.ipynb) for more tips and examples
208+
- See [Flux.1 [dev] Demo Notebook](./flux1.dev/flux_demo.ipynb) for more tips and examples
209209

210210
**GPU Out of Memory**
211211

0 commit comments

Comments
 (0)