Update llama.py
This commit is contained in:
parent
e1dc32c2a6
commit
ebbbf6be52
1 changed files with 1 additions and 1 deletions
|
|
@ -1163,7 +1163,7 @@ class FastLlamaModel:
|
|||
|
||||
# Warn about fast transfers
|
||||
if os.environ.get("HF_HUB_ENABLE_HF_TRANSFER", "0") == "1":
|
||||
logger.warning_once("Unsloth: Fast downloading is enabled - ignore downloading bars which are red colored!")
|
||||
print("Unsloth: Fast downloading is enabled - ignore downloading bars which are red colored!")
|
||||
pass
|
||||
|
||||
model_patcher.pre_patch()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue