We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc9999 commit 7e880a3Copy full SHA for 7e880a3
README.md
@@ -19,6 +19,7 @@ docker run -it --rm sisap24 bash
19
conda create -n lmi -y python=3.11
20
conda activate lmi
21
conda install -c pytorch -y faiss-cpu=1.8.0
22
+conda install -y h5py=3.11.0
23
pip install --no-cache-dir numpy==1.26.4 tqdm==4.66.4 loguru==0.7.2 scikit-learn==1.5.1
24
pip install --no-cache-dir torch==2.3.1 --index-url https://download.pytorch.org/whl/cpu
25
```
0 commit comments