Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 2e449b6

Browse files
committed
Fix
1 parent bfa9819 commit 2e449b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/torchtext_unittest/common/cache_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import torchtext
44
from .parameterized_utils import load_params
55

6-
CACHE_STATUS_FILE = '.data/cache_status_file.json'
6+
7+
CACHE_STATUS_FILE = os.path.join(
8+
os.path.dirname(__file__), '..', '..', '..', '.data', 'cache_status_file.json')
79

810

911
def check_cache_status():

0 commit comments

Comments
 (0)