mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
Update test_template.py
Former-commit-id: 0ada82c60ed3df637acc624e8a382765d4c5f743
This commit is contained in:
parent
a14069acf8
commit
da34411bf2
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user