mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 05:50:01 +00:00
add model mapping
This commit is contained in:
parent
bd9b6a6e00
commit
d7ead08cb9
4 changed files with 37 additions and 6 deletions
5
tests/unit/providers/nvidia/__init__.py
Normal file
5
tests/unit/providers/nvidia/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
|
@ -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