Commit e558007
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 e558007
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 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
180 | | - | |
| |||
0 commit comments