Skip to content

Commit c69aa60

Browse files
authored
[RAPTOR-12742] move nim_llama_8b env to example (#1511)
1 parent 5cb15b2 commit c69aa60

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

public_dropin_nim_environments/nim_llama_8b/env_info.json renamed to example_dropin_environments/nim_llama_8b/env_info.json

File renamed without changes.

public_dropin_nim_environments/nim_llama_8b/requirements.in renamed to example_dropin_environments/nim_llama_8b/requirements.in

File renamed without changes.

public_dropin_nim_environments/nim_llama_8b/requirements.txt renamed to example_dropin_environments/nim_llama_8b/requirements.txt

File renamed without changes.

public_dropin_nim_environments/nim_llama_8b/start_server.sh renamed to example_dropin_environments/nim_llama_8b/start_server.sh

File renamed without changes.

model_templates/gpu_nim_textgen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This text generation example uses Llama-3.1-8b model pre-compiled for one of the [supported](https://docs.nvidia.com/nim/large-language-models/latest/support-matrix.html#llama-3-1-8b-instruct) GPUs.
44

55
## Requirements
6-
- NIM LLM [Execution Environment](../../public_dropin_nim_environments/nim_llama_8b/)
6+
- NIM LLM [Execution Environment](../../example_dropin_environments/nim_llama_8b/)
77
- NIM Models currently only available via Developer program:
88
https://developer.nvidia.com/developer-program
99
- Generate a valid NVIDIA NGC Registry API Key:

public_dropin_nim_environments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This folder contains templates for building NVIDIA NIM environments used in DataRobot.
33

44
In this repository, we provide several example environments that you can use and modify:
5-
* [Llama 8B Example Environment](nim_llama_8b)
5+
* [Llama 8B Example Environment](../example_dropin_environments/nim_llama_8b)
66
* [Running NIM as a Sidecar Example Environment](nim_sidecar)
77

88
These sample environments each define the libraries available in the environment

0 commit comments

Comments
 (0)