Update test_template.py

This commit is contained in:
hoshi-hiyouga
2024-07-15 23:00:27 +08:00
committed by GitHub
parent 33420bab81
commit da990f76b8

View File

@@ -26,7 +26,7 @@ if TYPE_CHECKING:
HF_TOKEN = os.environ.get("HF_TOKEN", None) HF_TOKEN = os.environ.get("HF_TOKEN", None)
print(HF_TOKEN) raise ValueError("test: " + str(HF_TOKEN))
TINY_LLAMA = os.environ.get("TINY_LLAMA", "llamafactory/tiny-random-Llama-3") TINY_LLAMA = os.environ.get("TINY_LLAMA", "llamafactory/tiny-random-Llama-3")