Skip to content

Commit e97f8cc

Browse files
authored
Cleanup some more unused/legacy things (#514)
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 5132a4e commit e97f8cc

File tree

158 files changed

+3
-4446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+3
-4446
lines changed

.circleci/helper-scripts/wrap-with-windows-conda.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ $Env:CONDA_DLL_SEARCH_MODIFICATION_ENABLE += 1
3333
#echo "Current python version before activation:"
3434
#python --version
3535

36-
echo "About to run: bash packaging/build_conda.sh $a"
37-
bash packaging/build_conda.sh $a
36+
echo "About to run: bash $a"
37+
bash $a
3838

3939
# Required to propagate bash error out of Powershell:
40-
exit $LastExitCode
40+
exit $LastExitCode

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ Folders:
1010
- **windows** : scripts to build Windows wheels
1111
- **cron** : scripts to drive all of the above scripts across multiple configurations together
1212
- **analytics** : scripts to pull wheel download count from our AWS s3 logs
13-
- **test_community_repos** : scripts that test built binaries with various downstream repos that are high-priority and use pytorch
14-
- **test_imports_docker** : some smoke tests to import torch in combination with other package imports, to check binary stability / compatibility

build_binaries.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

cron/README.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

cron/backfill_binary_sizes.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

cron/build_cron.sh

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)