File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 - name : Set Model Cache Directory
4545 run : |
4646 if [[ "$RUNNER_OS" == "Windows" ]]; then
47- echo "MODEL_CACHE_DIR=$LOCALAPPDATA\\Temp\\fastembed_tmp " >> $GITHUB_ENV
47+ echo "MODEL_CACHE_DIR=$LOCALAPPDATA\\Temp\\fastembed_cache " >> $GITHUB_ENV
4848 else
49- echo "MODEL_CACHE_DIR=/tmp/fastembed_tmp " >> $GITHUB_ENV
49+ echo "MODEL_CACHE_DIR=/tmp/fastembed_cache " >> $GITHUB_ENV
5050 fi
5151 shell : bash
5252
@@ -62,10 +62,10 @@ jobs:
6262
6363 - name : List Cached Models (Windows)
6464 if : runner.os == 'Windows'
65- run : dir C:\Users\runneradmin\AppData\Local\Temp\
65+ run : dir C:\Users\runneradmin\AppData\Local\Temp\fastembed_cache
6666 shell : cmd
6767
6868 - name : List Cached Models (Linux/macOS)
6969 if : runner.os != 'Windows'
70- run : ls -lah /tmp/
70+ run : ls -lah /tmp/fastembed_cache
7171 shell : bash
You can’t perform that action at this time.
0 commit comments