yuanze1024 commited on
Commit
935914f
1 Parent(s): 9d82ad9

change .cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from feature_extractors.uni3d_embedding_encoder import Uni3dEmbeddingEncoder
10
  MAX_BATCH_SIZE = 16
11
  MAX_QUEUE_SIZE = 10
12
  MAX_K_RETRIEVAL = 20
13
- cache_dir = "./.cache"
14
 
15
  encoder = Uni3dEmbeddingEncoder(cache_dir)
16
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
10
  MAX_BATCH_SIZE = 16
11
  MAX_QUEUE_SIZE = 10
12
  MAX_K_RETRIEVAL = 20
13
+ cache_dir = "."
14
 
15
  encoder = Uni3dEmbeddingEncoder(cache_dir)
16
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")