File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,19 @@ jobs:
52
52
with :
53
53
auto-update-conda : true
54
54
python-version : ${{ matrix.python-version }}
55
- - name : Install LMI dependencies
55
+ - name : Install dependencies and benchmark LMI
56
56
shell : bash -el {0}
57
57
run : |
58
+ # Install dependencies
58
59
conda create -n lmi -y python=3.11
59
60
conda activate lmi
60
61
conda install -c pytorch -y faiss-cpu=1.8.0
61
62
conda install h5py=3.11.0
62
63
pip install --no-cache-dir numpy==1.26.4 tqdm==4.66.4 loguru==0.7.2 scikit-learn==1.5.1
63
64
pip install --no-cache-dir torch==2.3.1 --index-url https://download.pytorch.org/whl/cpu
64
- - name : Benchmark LMI
65
- shell : bash -el {0}
66
- run : |
65
+ # Benchmark
67
66
pwd
68
- ls -l
67
+ ls -l
69
68
ls -l data2024
70
69
# Parameters for 300K:
71
70
python3 task1.py --dataset-size ${DBSIZE} --sample-size 100000 --chunk-size 100000 &>task1.log
You can’t perform that action at this time.
0 commit comments