Skip to content
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

Upgrade to Linux 6.8 Kernel & Drop TLS #100

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2e34bad
Make: Move Python implementation
ashvardanian Mar 6, 2024
90681af
Fix: Deprecated `Py_SetProgramName`
ashvardanian Mar 6, 2024
c430ab2
Add: Batch APIs
ashvardanian Mar 6, 2024
0b0de9e
Fix: Redis example compilation
ashvardanian Mar 6, 2024
9cb5f08
Make: Refactor builds
ashvardanian Apr 8, 2024
3737d94
Chore: Remove certrificates
ashvardanian May 12, 2024
611921c
Make: Remove `mbedtls` (#97)
MarkReedZ May 12, 2024
09f18ea
Make: Reorganize builds & drop `/certs/`
ashvardanian May 12, 2024
f3d3ef1
Merge branch 'main-dev-repack' into main-dev
ashvardanian May 12, 2024
e311172
Make: Temporarily preset `-mavx2`
ashvardanian May 12, 2024
47379b2
Improve: New server examples in C++ & Py
ashvardanian May 13, 2024
ef7e825
Make: Fix missing SSL symbols
ashvardanian May 13, 2024
b1b3360
Make: Auto-detect `io_uring` in CMake
ashvardanian May 13, 2024
a317a27
Improve: Refresh FastAPI server
ashvardanian May 13, 2024
6d0aad5
Improve: `fastapi_server.py` to be feature-complete with respect to U…
ashvardanian May 13, 2024
b8daf5a
Fix: Running C++ & Py benchmarks
ashvardanian May 13, 2024
a40292b
Improve: Refactor FastAPI to use PyDantic
ashvardanian May 13, 2024
51bd671
Make: Path to Python module directory (#101)
vitaut May 13, 2024
9c9637e
Improve: Bifurcate functions
ashvardanian May 13, 2024
750163c
Merge branch 'main-dev' of https://github.com/unum-cloud/ucall into m…
ashvardanian May 13, 2024
d3f20d5
Add: Go bench in examples (#102)
MarkReedZ May 13, 2024
4d9c250
Add: Generate response with {fmt} (#103)
vitaut May 13, 2024
43c2ecd
Add: Connection tests in Go (#105)
MarkReedZ May 14, 2024
3c1a4e0
Docs: 'ufrom' typo (#109)
nilq Sep 19, 2024
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 .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"justMyCode": true
},
{
"name": "Python: Test Client",
"name": "Python: PyTest Current File",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/examples/test.py",
"program": "pytest ${file}",
"console": "integratedTerminal",
"justMyCode": false,
"subProcess": true
Expand Down
Loading
Loading