Skip to content

Backends build #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 54 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
33e6ef5
jetson 1.8
chayim Jun 14, 2021
b101e59
1.8 in the Makefile
chayim Jun 15, 2021
be2a69d
starting single use
chayim Jun 15, 2021
ddb2111
splitting a backend
chayim Jun 15, 2021
68fdfc7
onnx 1.8 64-bit linux, 64-bit linux with gpu, and jetson
chayim Jun 15, 2021
1136450
split up onnx to use docker library parts
chayim Jun 16, 2021
0f1eb1c
tensorflow, on x64
chayim Jun 17, 2021
7740331
rsync higher
chayim Jun 17, 2021
fffa1ea
pr comments
chayim Jun 17, 2021
bbfde5b
pr comments
chayim Jun 17, 2021
b0128ce
Merge branch 'master' into ck-tensorflow-2.5
chayim Jun 17, 2021
7e22473
added tensorflow build doc
chayim Jun 20, 2021
af40e81
Merge remote-tracking branch 'origin/master' into ck-onnx-1.8
chayim Jun 20, 2021
10d61ac
Merge branch 'ck-onnx-1.8' into ck-tensorflow-2.5
chayim Jun 20, 2021
5fb63d8
changed PT and TF versions
DvirDukhan Jul 8, 2021
786436e
fixed torch registration errors
DvirDukhan Jul 11, 2021
2b61d9f
deps update script
chayim Jul 12, 2021
02945ec
path fixing for libtorch and tflite
chayim Jul 12, 2021
a11bb24
cu path for torch gpu
chayim Jul 12, 2021
8e40eaf
Change PT_BUILD to cu111 in get_deps for GPU
alonre24 Jul 25, 2021
8743a75
merge Chayim PR for building onnx
alonre24 Oct 5, 2021
1444119
WIP
alonre24 Oct 5, 2021
c8e49a9
Merge branch 'master' into upgrade_to_onnx_1.9
alonre24 Oct 5, 2021
c56aa85
remove temporarily the custom allocator support
alonre24 Oct 5, 2021
bab06d3
Merge branch 'upgrade_to_onnx_1.9' of https://github.com/RedisAI/Redi…
alonre24 Oct 5, 2021
d1c5e80
xenial onnx 1.9 build using the template
chayim Oct 5, 2021
08e8ef9
fixing python
chayim Oct 5, 2021
63a318d
build onnx + test building with DISABLE_EXTERNAL_INITIALIZERS flag
alonre24 Oct 6, 2021
724319b
Add the model with the external initializer
alonre24 Oct 6, 2021
c9b82a3
Variablizing CUDA support
chayim Oct 6, 2021
0d51cd6
Merge branch 'master' into backends_update
alonre24 Oct 6, 2021
e286230
merge Chayim work
alonre24 Oct 6, 2021
ef7cc95
TF build (WIP)
alonre24 Oct 6, 2021
1aa4836
use new key for deps cache
alonre24 Oct 6, 2021
f312541
Merge branch 'upgrade_to_onnx_1.9' of https://github.com/RedisAI/Redi…
alonre24 Oct 6, 2021
11f00d3
base shared for the backends
chayim Oct 6, 2021
5054d4e
WIP
alonre24 Oct 7, 2021
b2dc9bb
Merge branch 'backends_update' of https://github.com/RedisAI/RedisAI …
alonre24 Oct 7, 2021
44e1381
WIP
alonre24 Oct 7, 2021
2977098
gcc due to glibc versioning
chayim Oct 7, 2021
728b6b9
s/bionic/buster/ is back
chayim Oct 7, 2021
ba3e070
update error message that has changed in the new TF GPU version on a …
alonre24 Oct 7, 2021
2b1f0bd
update deps cache key to v1.2.5
alonre24 Oct 7, 2021
8b4e718
Merge branch 'upgrade_to_onnx_1.9' of https://github.com/RedisAI/Redi…
alonre24 Oct 7, 2021
59a1ddc
merge with onnx upgrade branch
alonre24 Oct 7, 2021
7e50453
try running tests with gpu on ci with cuda 11.2
alonre24 Oct 9, 2021
9d47e52
try running tests with gpu on ci with cuda 11.2
alonre24 Oct 9, 2021
7e5bac5
try running tests with gpu on ci with cuda 11.2
alonre24 Oct 9, 2021
2257d4c
try running tests with gpu on ci with cuda 11.2
alonre24 Oct 9, 2021
d4bea6e
try running tests with gpu on ci with cuda 11.2
alonre24 Oct 9, 2021
4e9c1a0
merge master
alonre24 Oct 12, 2021
35531cb
merge master (after merging onnx upgrade to 1.9)
alonre24 Oct 12, 2021
3939c99
Change CI machine to one with cuda 11.2 image in forked PR that run o…
alonre24 Oct 12, 2021
09d914c
small fixes
alonre24 Oct 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
enabled: true
docker_layer_caching: true
resource_class: gpu.nvidia.small
image: ubuntu-1604-cuda-11.1:202012-01
image: ubuntu-2004-cuda-11.2:202103-01

steps:
- build-and-test-gpu-steps
Expand All @@ -400,7 +400,7 @@ jobs:
enabled: true
docker_layer_caching: true
resource_class: gpu.nvidia.small
image: ubuntu-1604-cuda-11.1:202012-01
image: ubuntu-2004-cuda-11.2:202103-01

steps:
- only_run_if_forked_pull_request
Expand Down
Loading