Skip to content

Commit

Permalink
Merge branch 'main' into compression_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins authored Mar 27, 2024
2 parents f998c3f + b2cbece commit cb399aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
]
_llm_deps = _transformers_deps + ["sentencepiece"]
_yolov5_deps = _pytorch_vision_deps + [
f"{'nm-yolov5' if is_release else 'nm-yolov5-nightly'}~={version_nm_deps}"
f"{'nm-yolov5' if is_release else 'nm-yolov5-nightly'}<={version_nm_deps}"
]
_notebook_deps = [
"jupyter>=1.0.0",
Expand Down

0 comments on commit cb399aa

Please sign in to comment.