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.
2 parents d439f26 + 15abf5b commit afed23bCopy full SHA for afed23b
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
sh '''#!/bin/bash --login
17
conda activate hls4ml-py310
18
conda install -y jupyterhub pydot graphviz pytest pytest-cov
19
- pip install pytest-randomly jupyter onnx>=1.4.0 matplotlib pandas seaborn pydigitalwavetools==1.1 pyyaml tensorflow==2.14 qonnx torch git+https://github.com/google/qkeras.git pyparsing
+ pip install pytest-randomly jupyter onnx>=1.4.0 matplotlib pandas seaborn pydigitalwavetools==1.1 pyyaml tensorflow==2.14 qonnx torch git+https://github.com/jmitrevs/qkeras.git@qrecurrent_unstack pyparsing
20
pip install -U ../ --user
21
./convert-keras-models.sh -x -f keras-models.txt
22
pip uninstall hls4ml -y'''
0 commit comments