File size: 354 Bytes
290c238
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
#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