Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions install-cuda121.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e

pip install torch torchvision torchaudio \
--index-url https://download.pytorch.org/whl/cu121

pip install cupy-cuda12x

pip install -e .
2 changes: 1 addition & 1 deletion run/loop.embed.kb.corpus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ while [[ $# -gt 0 ]]; do
OUTPUT_PARQUET_PREFIX="$2"
shift 2
;;
--properties-txt-path)
--kb-csv-path)
KB_CSV_PATH="$2"
shift 2
;;
Expand Down