This commit is contained in:
Dan Saunders
2025-02-18 19:59:17 +00:00
parent 1a51180637
commit 822a8a6931

View File

@@ -63,6 +63,7 @@ def small_llama_model():
return LlamaForCausalLM(LlamaConfig(**config))
# pylint: disable=duplicate-code
@pytest.fixture
def minimal_cfg():
"Config of real HuggingFace Hub model"