Skip to content

Commit

Permalink
Merge pull request #336 from OpenTrafficCam/feature/5379-allow-other-…
Browse files Browse the repository at this point in the history
…additional-requirements

Update to latest changes of platomo build
  • Loading branch information
StevenSchlechte authored Jul 17, 2024
2 parents a45c014 + 11791f4 commit deb8d82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ configurations:
suffix: "macos"
output_file_name: OTVision
additional_requirements:
- ""
- "coremltools==7.1; sys_platform == 'darwin'"
- package_path: OTVision
files:
- source: "install.cmd"
suffix: "win-cuda"
output_file_name: otvision
additional_requirements:
- "https://download.pytorch.org/whl/cu116"
- "--extra-index-url https://download.pytorch.org/whl/cu116"
- package_path: OTVision
files:
- source: "install.sh"
suffix: "linux-cuda"
output_file_name: OTVision
additional_requirements:
- "https://download.pytorch.org/whl/cu116"
- "--extra-index-url https://download.pytorch.org/whl/cu116"
- "tensorrt==8.6.1.post1"

0 comments on commit deb8d82

Please sign in to comment.