frankai98 commited on
Commit
dfd6b67
·
verified ·
1 Parent(s): 717ba86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import torch
10
  import random
11
  import gc
12
 
13
- # os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "expandable_segments:True"
14
 
15
  # Retrieve the token from environment variables for Hugging Face login
16
  hf_token = os.environ.get("HF_TOKEN")
 
10
  import random
11
  import gc
12
 
13
+ os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "expandable_segments:True"
14
 
15
  # Retrieve the token from environment variables for Hugging Face login
16
  hf_token = os.environ.get("HF_TOKEN")