mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
fix typos
This commit is contained in:
parent
2c837c671d
commit
2558124ad8
@ -4,7 +4,7 @@ from text_generation import AsyncClient
|
|||||||
import pytest
|
import pytest
|
||||||
from Levenshtein import distance as levenshtein_distance
|
from Levenshtein import distance as levenshtein_distance
|
||||||
|
|
||||||
# The config in args is not optimized for speed but only check that inference is working for the different models architectures
|
# The "args" config is not optimized for speed but only check that the inference is working for the different models architectures
|
||||||
TEST_CONFIGS = {
|
TEST_CONFIGS = {
|
||||||
"meta-llama/Llama-3.1-8B-Instruct-shared": {
|
"meta-llama/Llama-3.1-8B-Instruct-shared": {
|
||||||
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
|
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
|
||||||
|
Loading…
Reference in New Issue
Block a user