Update test_template.py

Former-commit-id: 52a4256ad9aa866f6e1bcbe2c663c0f8ecfdb604
This commit is contained in:
hoshi-hiyouga 2024-07-15 22:52:25 +08:00 committed by GitHub
parent 7146b9457c
commit f67ddc05d6

View File

@ -26,7 +26,7 @@ if TYPE_CHECKING:
HF_TOKEN = os.environ.get("HF_TOKEN", None)
IN_GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true"
print(HF_TOKEN)
TINY_LLAMA = os.environ.get("TINY_LLAMA", "llamafactory/tiny-random-Llama-3")