Skip to content

Commit

Permalink
Revert "Delete conda build scripts" (#2042)
Browse files Browse the repository at this point in the history
This reverts commit 3bc4faa.
  • Loading branch information
atalman authored Nov 20, 2024
1 parent 3bc4faa commit 37ac645
Show file tree
Hide file tree
Showing 30 changed files with 1,486 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/activate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
source activate /c/ProgramData/Miniconda3/Scripts/activate root
8 changes: 8 additions & 0 deletions conda/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash


# NOTE: This is a shim for next versions of the pytorch binary build workflows
# TODO: Remove this once we fully move binary builds on master to GHA

SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
DESIRED_CUDA=${DESIRED_CUDA:-cpu} bash ${SCRIPTPATH}/build_pytorch.sh
Loading

0 comments on commit 37ac645

Please sign in to comment.