Skip to content

Commit 34fc656

Browse files
committed
format
1 parent 60c61e3 commit 34fc656

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ RUN uv pip install --system --force-reinstall --extra-index-url https://pypi.nvi
3939
"nvidia-cuda-cupti-cu12==12.5.82" "nvidia-cuda-nvrtc-cu12==12.5.82" "nvidia-cuda-runtime-cu12==12.5.82" \
4040
"nvidia-cufft-cu12==11.2.3.61" "nvidia-curand-cu12==10.3.6.82" "nvidia-cusparse-cu12==12.5.1.3" \
4141
"nvidia-nvjitlink-cu12==12.5.82"
42-
4342
RUN uv pip install --system --force-reinstall "pynvjitlink-cu12==0.5.2"
4443

4544
# b/385145217 Latest Colab lacks mkl numpy, install it.

tests/test_torchtune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def test_help(self):
1313
self.assertIn(
1414
"Download a model from the Hugging Face Hub or Kaggle",
1515
result.stdout
16-
)
16+
)

0 commit comments

Comments
 (0)