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 8db2c0b commit 433663dCopy full SHA for 433663d
scripts/Jenkinsfile
@@ -164,8 +164,7 @@ pipeline {
164
sh '''
165
sudo docker exec ${BUILD_TAG} bash -c "
166
cd /efficient-transformers &&
167
- . preflight_qeff/bin/activate &&
168
- pip install /opt/qti-aic/integrations/torch_qaic/py310/torch_qaic-0.1.0-cp310-cp310-linux_x86_64.whl &&
+ source /opt/torch-qaic-env/bin/activate &&
169
mkdir -p $PWD/cli_qaic_finetuning &&
170
export TOKENIZERS_PARALLELISM=false &&
171
export QEFF_HOME=$PWD/cli_qaic_finetuning &&
0 commit comments