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 a3cca72 commit c0e425fCopy full SHA for c0e425f
Jenkinsfile
@@ -16,6 +16,7 @@ pipeline {
16
sh '''#!/bin/bash --login
17
conda activate hls4ml-py37
18
pip install tensorflow pyparsing
19
+ pip install onnx==1.12
20
pip install -U ../ --user
21
./convert-keras-models.sh -x -f keras-models.txt
22
pip uninstall hls4ml -y'''
0 commit comments