mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 07:31:58 +00:00
Merge remote-tracking branch 'origin/main' into support_3pt1_8b
This commit is contained in:
commit
8cdc91e619
52 changed files with 673 additions and 226 deletions
|
|
@ -18,6 +18,7 @@ from llama_models.datatypes import Model
|
|||
from llama_models.sku_list import resolve_model
|
||||
from llama_stack.apis.common.type_system import ParamType, StringType
|
||||
from llama_stack.apis.datasets import Datasets
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from torchtune.models.llama3 import llama3_tokenizer
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
import logging
|
||||
import os
|
||||
import time
|
||||
from datetime import datetime
|
||||
from functools import partial
|
||||
from pathlib import Path
|
||||
from typing import Any, Dict, List, Optional, Tuple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue