mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 02:48:04 +00:00
feat: regenerate all templates
using the new template.py, regenerate all distros and their new provider configs Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
a274795532
commit
2f994cfc50
249 changed files with 1008 additions and 1232 deletions
|
|
@ -0,0 +1,4 @@
|
|||
kvstore:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/nvidia}/localfs_datasetio.db
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
api_key: ${env.NVIDIA_API_KEY:=}
|
||||
dataset_namespace: ${env.NVIDIA_DATASET_NAMESPACE:=default}
|
||||
project_id: ${env.NVIDIA_PROJECT_ID:=test-project}
|
||||
datasets_url: ${env.NVIDIA_DATASETS_URL:=http://nemo.test}
|
||||
Loading…
Add table
Add a link
Reference in a new issue