mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
commit
This commit is contained in:
parent
b438e616ff
commit
647c6312a8
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,8 @@ from typing import Any, Callable, Dict, List
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from llama_models.datatypes import Model
|
from llama_models.datatypes import Model
|
||||||
|
|
||||||
|
from llama_models.llama3.api.datatypes import BaseModel
|
||||||
from llama_models.sku_list import resolve_model
|
from llama_models.sku_list import resolve_model
|
||||||
from llama_stack.apis.common.type_system import ParamType, StringType
|
from llama_stack.apis.common.type_system import ParamType, StringType
|
||||||
from llama_stack.apis.datasets import Datasets
|
from llama_stack.apis.datasets import Datasets
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
from datetime import datetime
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Dict, List, Optional, Tuple
|
from typing import Any, Dict, List, Optional, Tuple
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue