Daniel Ecer commited on
Commit ·
8091970
1
Parent(s): 1dbaa1a
cache to /data
Browse files- config.yml +1 -1
config.yml
CHANGED
|
@@ -37,7 +37,7 @@ logging:
|
|
| 37 |
# The download directory for ScienceBeam Parser resources
|
| 38 |
# Note: the CV model may download resources to `~/.torch/iopath_cache`,
|
| 39 |
# unless FVCORE_CACHE is set. (See `iopath.common.file_io.get_cache_dir`)
|
| 40 |
-
download_dir: '
|
| 41 |
|
| 42 |
pdfalto:
|
| 43 |
path: https://github.com/kermitt2/pdfalto/files/6104204/pdfalto-4b4e983413278a07bb4cc4b2836de03adc8ca6dc-dockcross-linux-64.gz
|
|
|
|
| 37 |
# The download directory for ScienceBeam Parser resources
|
| 38 |
# Note: the CV model may download resources to `~/.torch/iopath_cache`,
|
| 39 |
# unless FVCORE_CACHE is set. (See `iopath.common.file_io.get_cache_dir`)
|
| 40 |
+
download_dir: '/data/.sciencebeam-parser/.cache'
|
| 41 |
|
| 42 |
pdfalto:
|
| 43 |
path: https://github.com/kermitt2/pdfalto/files/6104204/pdfalto-4b4e983413278a07bb4cc4b2836de03adc8ca6dc-dockcross-linux-64.gz
|