mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 07:43:54 +00:00
add model mapping
This commit is contained in:
parent
0a5ca98198
commit
e27af206e9
4 changed files with 37 additions and 6 deletions
|
|
@ -22,6 +22,7 @@ from llama_stack.distribution.library_client import LlamaStackAsLibraryClient
|
|||
|
||||
|
||||
class TestNvidiaPostTraining(unittest.TestCase):
|
||||
# ToDo: add tests for env variables, models supported.
|
||||
def setUp(self):
|
||||
os.environ["NVIDIA_BASE_URL"] = "http://nemo.test" # needed for llm inference
|
||||
os.environ["NVIDIA_CUSTOMIZER_URL"] = "http://nemo.test" # needed for nemo customizer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue