[Fix] Fix all the Huggingface paths (#1553)
This commit is contained in:
@@ -44,7 +44,7 @@ class ModelCase:
|
||||
|
||||
# Popular models that run on CI
|
||||
CI_MODELS = [
|
||||
ModelCase("meta-llama/Meta-Llama-3.1-8B-Instruct"),
|
||||
ModelCase("meta-llama/Llama-3.1-8B-Instruct"),
|
||||
ModelCase("google/gemma-2-2b"),
|
||||
]
|
||||
|
||||
|
||||
@@ -499,7 +499,7 @@ class TestOpenAIServer(unittest.TestCase):
|
||||
client = openai.Client(api_key=self.api_key, base_url=self.base_url)
|
||||
|
||||
response = client.chat.completions.create(
|
||||
model="meta-llama/Meta-Llama-3.1-8B-Instruct",
|
||||
model="meta-llama/Llama-3.1-8B-Instruct",
|
||||
messages=[
|
||||
{"role": "system", "content": "You are a helpful AI assistant"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user