Revert "Add ymls for Torch code generator (#497)"

This reverts commit 3da5a4f343.
This commit is contained in:
MegaMech
2024-04-09 21:59:30 -06:00
committed by GitHub
parent 3da5a4f343
commit b256c9e5cf
95 changed files with 9877 additions and 4794 deletions
Vendored
-1
View File
@@ -30,7 +30,6 @@ pipeline {
}
stage('Build U Source') {
steps {
sh 'make assets -j4'
sh 'make -j4 VERSION=us'
}
}