Commit 8a794a2
committed
feat: fully switch to external provider module method
delete `providers.d` and depend on `module` for build and run. also delete `external_provider_dir` from both build and run yaml.
this forces `build.py` to only install
uv pip install llama_stack_provider_lmeval==0.2.4
uv pip install llama_stack_provider_trustyai_fms==0.2.2
rather than also grabbing dependencies like `kubernetes`
Signed-off-by: Charlie Doern <cdoern@redhat.com>1 parent 80e4bf6 commit 8a794a2
File tree
4 files changed
+2
-16
lines changed- distribution
- providers.d/remote
- eval
- safety
4 files changed
+2
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
180 | | - | |
| |||
0 commit comments