-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support macOS with Apple Silicon (#155)
* feat: macOS support (#143) * Support for running on Apple Silicon Macs with MPS * Minor typo fix: s/provicer/provider/ * Another typo fix: s/concact/concat/ * s/cudaexecutionprovider/CUDAExecutionProvider/ * Add requirements_apple.txt * doc: macOS support * chore: refine the structure and doc * doc: update readme * doc: update readme * doc: update readme * doc: update readme --------- Co-authored-by: Jeethu Rao <jeethu@jeethurao.com> Co-authored-by: zzzweakman <1819489045@qq.com>
- Loading branch information
1 parent
54e5098
commit 0f83984
Showing
13 changed files
with
103 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,2 @@ | ||
--extra-index-url https://download.pytorch.org/whl/cu118 | ||
torch==2.3.0 | ||
torchvision==0.18.0 | ||
torchaudio==2.3.0 | ||
|
||
numpy==1.26.4 | ||
pyyaml==6.0.1 | ||
opencv-python==4.10.0.84 | ||
scipy==1.13.1 | ||
imageio==2.34.2 | ||
lmdb==1.4.1 | ||
tqdm==4.66.4 | ||
rich==13.7.1 | ||
ffmpeg-python==0.2.0 | ||
-r requirements_base.txt | ||
onnxruntime-gpu==1.18.0 | ||
onnx==1.16.1 | ||
scikit-image==0.24.0 | ||
albumentations==1.4.10 | ||
matplotlib==3.9.0 | ||
imageio-ffmpeg==0.5.1 | ||
tyro==0.8.5 | ||
gradio==4.37.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--extra-index-url https://download.pytorch.org/whl/cu118 | ||
torch==2.3.0 | ||
torchvision==0.18.0 | ||
torchaudio==2.3.0 | ||
|
||
numpy==1.26.4 | ||
pyyaml==6.0.1 | ||
opencv-python==4.10.0.84 | ||
scipy==1.13.1 | ||
imageio==2.34.2 | ||
lmdb==1.4.1 | ||
tqdm==4.66.4 | ||
rich==13.7.1 | ||
ffmpeg-python==0.2.0 | ||
onnx==1.16.1 | ||
scikit-image==0.24.0 | ||
albumentations==1.4.10 | ||
matplotlib==3.9.0 | ||
imageio-ffmpeg==0.5.1 | ||
tyro==0.8.5 | ||
gradio==4.37.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-r requirements_base.txt | ||
onnxruntime-silicon==1.16.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters