alvanlii commited on
Commit
70c3221
·
1 Parent(s): 3776b0d

Redirect cache to another directory

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  # Copyright 2023 Adobe Research. All rights reserved.
2
  # To view a copy of the license, visit LICENSE.md.
 
 
3
 
4
  import torch
5
 
 
1
  # Copyright 2023 Adobe Research. All rights reserved.
2
  # To view a copy of the license, visit LICENSE.md.
3
+ import os
4
+ os.environ["HF_DATASETS_CACHE="] = "/exp/domain-expansion/.cache"
5
 
6
  import torch
7