File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,15 +228,14 @@ uv pip install --no-build-isolation \
228228-r /requirements-test.txt
229229
230230# Install back ngcsdk, as a WAR for the protobuf version conflict with nemo_toolkit.
231- uv pip install ngcsdk==3.64.3 # Temporary fix for changed filename, see https://nvidia.slack.com/archives/C074Z808N05/p1746231345981209
231+ uv pip install ngcsdk==4.9.17 # latest version, 12/03/2025.
232232# Install >=0.46.1 bitsandbytes specifically because it has CUDA>12.9 support.
233233# TODO(trvachov) remove this once it stops conflicting with strange NeMo requirements.txt files
234234uv pip uninstall bitsandbytes && uv pip install bitsandbytes==0.46.1
235235
236236# Addressing security scan issue - CVE vulnerability https://github.com/advisories/GHSA-g4r7-86gm-pgqc The package is a
237- # dependency of lm_eval from NeMo requirements_eval.txt. We also remove zstandard, another dependency of lm_eval, which
238- # seems to be causing issues with NGC downloads. See https://nvbugspro.nvidia.com/bug/5149698
239- uv pip uninstall sqlitedict zstandard
237+ # dependency of lm_eval from NeMo requirements_eval.txt.
238+ uv pip uninstall sqlitedict
240239
241240rm -rf ./3rdparty
242241rm -rf /tmp/*
You can’t perform that action at this time.
0 commit comments