Instructions to use nvidia/nemo-megatron-gpt-5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/nemo-megatron-gpt-5B with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ git checkout v1.11.0
|
|
| 60 |
python megatron_gpt_eval.py gpt_model_file=nemo_gpt5B_fp16_tp2.nemo server=True tensor_model_parallel_size=2 trainer.devices=2
|
| 61 |
```
|
| 62 |
|
| 63 |
-
### Step 3: Send prompts to
|
| 64 |
```python
|
| 65 |
import json
|
| 66 |
import requests
|
|
|
|
| 60 |
python megatron_gpt_eval.py gpt_model_file=nemo_gpt5B_fp16_tp2.nemo server=True tensor_model_parallel_size=2 trainer.devices=2
|
| 61 |
```
|
| 62 |
|
| 63 |
+
### Step 3: Send prompts to your model!
|
| 64 |
```python
|
| 65 |
import json
|
| 66 |
import requests
|