Update __init__.py
This commit is contained in:
parent
4e0986fbe4
commit
abebd113be
1 changed files with 1 additions and 3 deletions
|
|
@ -58,9 +58,7 @@ pass
|
|||
# And optimize pinning of memory
|
||||
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = \
|
||||
"expandable_segments:True,"\
|
||||
"roundup_power2_divisions:[64:128,256:64,>:32],"\
|
||||
"pinned_use_cuda_host_register:True,"\
|
||||
"pinned_num_register_threads:8"
|
||||
"roundup_power2_divisions:[64:128,256:64,>:32]"
|
||||
|
||||
# Hugging Face Hub faster downloads
|
||||
if "HF_HUB_ENABLE_HF_TRANSFER" not in os.environ:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue