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