mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
update toolchain to work with updated imports from llama_models
This commit is contained in:
parent
23014ea4d1
commit
1bc81eae7b
3 changed files with 6 additions and 14 deletions
|
@ -16,11 +16,8 @@ import httpx
|
|||
from huggingface_hub import snapshot_download
|
||||
from huggingface_hub.utils import GatedRepoError, RepositoryNotFoundError
|
||||
|
||||
from llama_models.llama3_1.api.datatypes import (
|
||||
CheckpointQuantizationFormat,
|
||||
ModelDefinition,
|
||||
)
|
||||
from llama_models.llama3_1.api.sku_list import (
|
||||
from llama_models.datatypes import CheckpointQuantizationFormat, ModelDefinition
|
||||
from llama_models.sku_list import (
|
||||
llama3_1_model_list,
|
||||
llama_meta_folder_path,
|
||||
llama_meta_pth_size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue