-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytorch 1.13.1 #2
base: main
Are you sure you want to change the base?
Conversation
git clone --depth 1 --branch ${{ matrix.version }} ${{ matrix.repo }} | ||
cd ${{ matrix.name }} | ||
|
||
# Source the variables from the CF build script: https://github.com/conda-forge/pytorch-cpu-feedstock/blob/main/recipe/build.sh | ||
source ../scripts/build-pytorch.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe use as another parameter - {{ matrix.script }}
Nit - build-pytorch.sh
to `pytorch-build.sh if we end up adding other packages in the future
@@ -53,9 +53,14 @@ jobs: | |||
|
|||
- name: Build with Pyodide | |||
run: | | |||
set -vxeuo pipefail | |||
set -vxeo pipefail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably fix the version of Python also somewhere to be the same as in Pyodide (3.11.2 at this time, I believe)
No description provided.