File tree Expand file tree Collapse file tree
ci/benchmarks/partial-conv
sub-packages/bionemo-scspeedtest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ script_args:
1515 # See jet/core/configs.py for the specification of the configuration class
1616 workspace : /workspace/bionemo2
1717 data_path : /data/evo2
18- artefacts_url : https://gitlab-master.nvidia.com/api/v4/projects/clara-discovery%2Fcuhyena/jobs/172596829/artifacts/dist/
19- file_name_wheel : cuhyena-0.1-cp312-cp312-linux_x86_64.whl
18+ artefacts_url : https://__token__:${JET_GITLAB_TOKEN}@ gitlab-master.nvidia.com/api/v4/projects/180496/packages/pypi/simple
19+ file_name_wheel : cuhyena==v0.2.3+cuda12.9
2020 model : evo2
2121 variant : train
2222 config_name : 1b
@@ -40,8 +40,7 @@ script_args:
4040script : |-
4141 INSTALL_FLAG="/tmp/install_done_${{SLURMD_NODENAME}}";
4242 if [ "$SLURM_LOCALID" = "0" ]; then
43- curl --location --header "PRIVATE-TOKEN:$JET_GITLAB_TOKEN" "${artefacts_url}/${file_name_wheel}" --output ${file_name_wheel}
44- pip install ${file_name_wheel}
43+ pip install ${file_name_wheel} --index-url ${artefacts_url}
4544 touch $INSTALL_FLAG
4645 fi
4746 # All ranks wait until install flag file appears
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61 .0" , " wheel" ]
2+ requires = [" setuptools>=68 .0" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
You can’t perform that action at this time.
0 commit comments