Add files using large-upload tool
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ print(response)
|
|
100 |
```
|
101 |
|
102 |
|
103 |
-
2. Given this Python script, create a Bash script which spins up the inference server within the [NeMo container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo) (docker pull nvcr.io/nvidia/nemo:24.01.framework) and calls the Python script ``call_server.py``. The Bash script ``nemo_inference.sh`` is as follows:
|
104 |
|
105 |
|
106 |
```bash
|
|
|
100 |
```
|
101 |
|
102 |
|
103 |
+
2. Given this Python script, create a Bash script which spins up the inference server within the [NeMo container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo) (```docker pull nvcr.io/nvidia/nemo:24.01.framework```) and calls the Python script ``call_server.py``. The Bash script ``nemo_inference.sh`` is as follows:
|
104 |
|
105 |
|
106 |
```bash
|