File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
pipeline {
2
2
agent {
3
3
docker {
4
- image ' vivado-el7:1 '
4
+ image ' vivado-el7:2 '
5
5
args ' -v /data/Xilinx:/data/Xilinx'
6
6
}
7
7
}
@@ -14,9 +14,8 @@ pipeline {
14
14
steps {
15
15
dir(path : ' test' ) {
16
16
sh ''' #!/bin/bash --login
17
- conda activate hls4ml-py36
17
+ conda activate hls4ml-py37
18
18
pip install tensorflow
19
- pip install git+git://github.com/google/[email protected] #egg=qkeras
20
19
pip install -U ../ --user
21
20
./convert-keras-models.sh -x -f keras-models.txt
22
21
pip uninstall hls4ml -y'''
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ http://www.h5py.org
18
18
19
19
https://pypi.python.org/pypi/PyYAML
20
20
21
+ **QKeras **\ : for working with quantized models
22
+
23
+ https://github.com/google/qkeras
21
24
22
25
**PyTorch **\ : for reading in Torch models
23
26
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
description-file = README.md
3
3
4
+ [options]
5
+ python_requires = >=3.7
6
+
4
7
[options.entry_points]
5
8
pytest_randomly.random_seeder =
6
9
hls4ml = hls4ml:reseed
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ def get_version(rel_path):
33
33
'h5py' ,
34
34
'onnx>=1.4.0' ,
35
35
'calmjs.parse' ,
36
- 'tabulate'
36
+ 'tabulate' ,
37
+ 'qkeras' ,
37
38
],
38
39
extras_require = {
39
40
'profiling' : [
You can’t perform that action at this time.
0 commit comments