-
Notifications
You must be signed in to change notification settings - Fork 2
feat(sdk): Overhaul of tesseract serve
#160
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #160 +/- ##
==========================================
- Coverage 75.59% 75.49% -0.10%
==========================================
Files 27 28 +1
Lines 2946 3020 +74
Branches 456 470 +14
==========================================
+ Hits 2227 2280 +53
- Misses 517 535 +18
- Partials 202 205 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@heitorPB want to check with your podman setup why this fails please? |
I can build and apply vectoradd_jax: $ tesseract build examples/vectoradd_jax
[i] Building image ...
[i] Built image sha256:9f2447894284, ['docker.io/library/vectoradd_jax:latest']
["docker.io/library/vectoradd_jax:latest"]
$ tesseract run vectoradd_jax apply @examples/vectoradd_jax/example_inputs.json
{"vector_add":{"result":{"object_type":"array","shape":[3],"dtype":"float32","data":{"buffer":[13.0,17.0,21.0],"encoding":"json"}},"normed_result":{"object_type":"array","shape":[3],"dtype":"float32","data":{"buffer":[0.43357428908348083,0.5669817328453064,0.7003892064094543],"encoding":"json"}}},"vector_min":{"result":{"object_type":"array","shape":[3],"dtype":"float32","data":{"buffer":[-11.0,-13.0,-15.0],"encoding":"json"}},"normed_result":{"object_type":"array","shape":[3],"dtype":"float32","data":{"buffer":[-0.4847179055213928,-0.5728484392166138,-0.6609789729118347],"encoding":"json"}}}} All E2E tests pass locally. It is something in the CI |
Relevant issue or PR
#154
#156
Description of changes
Mega-PR for now, will likely split later for efficient review
Testing done
CI
License
Signed-off-by
line.Developer Certificate of Origin
Signed-off-by: Dion Häfner [email protected]