We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4ebee commit 8e052a1Copy full SHA for 8e052a1
.github/workflows/native_jni_s3_pytorch.yml
@@ -136,7 +136,8 @@ jobs:
136
echo $PYTORCH_VERSION
137
./gradlew :engines:pytorch:pytorch-native:compileJNI -Pprecxx11 -Ppt_version=$PYTORCH_VERSION
138
./gradlew -Pjni -Ppt_version=$PYTORCH_VERSION :integration:test "-Dai.djl.default_engine=PyTorch"
139
- ./gradlew :engines:pytorch:pytorch-native:cleanJNI
+ ./gradlew :engines:pytorch:pytorch-native:cleanJNI :clean
140
+ rm -rf ~/.djl.ai
141
./gradlew :engines:pytorch:pytorch-native:compileJNI -Pcu11 -Pprecxx11 -Ppt_version=$PYTORCH_VERSION
142
- name: Configure AWS Credentials
143
uses: aws-actions/configure-aws-credentials@v1-node16
0 commit comments