Text Generation
Transformers
Safetensors
PyTorch
nemotron_h
nvidia
nemotron-3
latent-moe
mtp
conversational
custom_code
8-bit precision
modelopt
DanTup commited on
Commit
7ca824f
·
verified ·
1 Parent(s): 679803c

Fix `wget` command in readme

Browse files

The URL used here (at least for me) is an HTML page and not the raw Python file contents, so the downloaded file does not work. This replaces it with the link you get by clicking "raw" on that page (which changes `blob` to `raw`).

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -225,7 +225,7 @@ The integration of foundation and fine-tuned models into AI systems requires add
225
  For each inference backend - we'll be using the custom `super_v3` reasoning parser - which you can obtain by following these instructions:
226
 
227
  ```bash
228
- wget https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4/blob/main/super_v3_reasoning_parser.py
229
  ```
230
 
231
  For advanced deployment configurations - visit [this resource](https://github.com/NVIDIA-NeMo/Nemotron/tree/main/usage-cookbook/Nemotron-3-Super/AdvancedDeploymentGuide)
 
225
  For each inference backend - we'll be using the custom `super_v3` reasoning parser - which you can obtain by following these instructions:
226
 
227
  ```bash
228
+ wget https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4/raw/main/super_v3_reasoning_parser.py
229
  ```
230
 
231
  For advanced deployment configurations - visit [this resource](https://github.com/NVIDIA-NeMo/Nemotron/tree/main/usage-cookbook/Nemotron-3-Super/AdvancedDeploymentGuide)