Spaces:
Sleeping
Sleeping
| #SBATCH --nodes=1 | |
| #SBATCH --account=PAS2136 | |
| #SBATCH --gpus-per-node=1 | |
| #SBATCH --ntasks-per-node=10 | |
| #SBATCH --job-name=embed-treeoflife | |
| #SBATCH --time=12:00:00 | |
| #SBATCH --partition=gpu | |
| python make_txt_embedding.py \ | |
| --catalog-path /fs/ess/PAS2136/open_clip/data/evobio10m-v3.3/predicted-statistics.csv \ | |
| --out-path text_emb.bin |