mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 04:02:25 +00:00
refactor: remove Conda support from Llama Stack
This commit is contained in:
parent
140ee7d337
commit
4a483977f9
44 changed files with 159 additions and 311 deletions
|
|
@ -8,7 +8,6 @@ from enum import Enum
|
|||
|
||||
|
||||
class ImageType(Enum):
|
||||
CONDA = "conda"
|
||||
CONTAINER = "container"
|
||||
VENV = "venv"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue