Skip to content

Commit f571bae

Browse files
committed
resolve conflicts
Signed-off-by: Farhad Ramezanghorbani <farhadr@nvidia.com>
2 parents c36e590 + 53a81c8 commit f571bae

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

ci/benchmarks/partial-conv/evo2_pretrain.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
4040
script: |-
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

sub-packages/bionemo-scspeedtest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
2+
requires = ["setuptools>=68.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)