Commit Graph

20 Commits

Author SHA1 Message Date
Nader Arbabian 9773e5f67b download vast.ai's root certificate in order to make pyworker requests 2025-07-31 12:47:12 -07:00
Rob Ballantyne e0be45f39a Addresses breaking change in core pyworker (#22)
* Addresses breaking change in test_utils.py

Endpoint.get_endpoint_api_key() now requires instance

Moves the call to this function out of the APIClient and into main

* Ensure make_benchmark_payload has a value to calculate the workload

---------

Co-authored-by: Nader Arbabian <nader@vast.ai>
2025-07-18 16:11:10 -07:00
Nader Arbabian be2aafdb1f fix pyright errors + revert to old way of handling cancelled api requests (#23) 2025-07-17 16:59:06 -07:00
Rob Ballantyne 69d9b7455f OpenAI compatible worker (#19)
Adds initial support for OpenAI compatible inference servers

Available endpoints:

- `/v1/completions`
- `/v1/chat/completions`
2025-07-16 09:46:26 +01:00
Nader Arbabian 6fb610cb5b fix pyworker miscounting active connections (#20)
* fix pyworker miscounting active connections

* clean up some issues

* add option to skip auth
2025-07-15 15:33:27 -07:00
Nader Arbabian 4bac805093 update tokenizers 2025-06-10 17:07:38 -07:00
Abiola Akinnubi 71ed54ebe4 Endpoint update pr one (#1)
* Added endpoint flexibility along with existing log. extended the log support

* Switched Endpoint back to vast-ai, Added endpoint flexibility along with existing log. extended the log support

* Modify the endpoint return type as optional and check via pyright to ensure there are not compilation/type errors

* Added endpoint flexibility along with existing log. extended the log support

Switched Endpoint back to vast-ai, Added endpoint flexibility along with existing log. extended the log support

Modify the endpoint return type as optional and check via pyright to ensure there are not compilation/type errors

* Endpoint Utils and API changes
2025-06-02 18:43:27 -07:00
Abiola Akinnubi b1ca68c349 Added endpoint flexibility along with existing log. extended the log support
Switched Endpoint back to vast-ai, Added endpoint flexibility along with existing log. extended the log support

Modify the endpoint return type as optional and check via pyright to ensure there are not compilation/type errors
2025-05-30 14:40:42 -07:00
Nader Arbabian 6de4ee2b59 Merge pull request #2 from mbeltagy/patch-1
Update README.md
2025-04-09 12:17:58 -07:00
Nader Arbabian 28977c8bf9 Merge pull request #3 from Nader-gator/main
add cuda error handling
2025-04-09 12:17:11 -07:00
Chris McKenzie 92c3a03ede Merge branch 'main' of github.com:kristopolous/pyworker 2025-03-27 11:19:00 -07:00
Chris McKenzie 72572ea39d readme update 2025-03-27 11:18:32 -07:00
Chris McKenzie 25ed16033c client needs to be added, even if it's empty, to match the docs 2025-03-27 11:06:14 -07:00
Chris McKenzie e1ed9a8e62 updating the readme 2025-03-26 18:58:09 -07:00
Nader Arbabian 099bb5fa04 add cuda error handling 2025-03-19 11:35:25 -07:00
mbeltagy c0c8db5a45 Update README.md
client.py is no longer there in the worker templates.
2024-10-24 18:31:47 +03:00
mbeltagy ff675ce347 Update README.md
Improved text clarity
2024-10-24 18:12:27 +03:00
mbeltagy d6f960930d Update README.md
fixed spelling
2024-10-24 17:54:10 +03:00
Nader Arbabian ed7a952bf4 Merge pull request #1 from Nader-gator/main
add pyworker v2
2024-09-12 11:27:48 -07:00
Nader Arbabian 589216d15f initial commit 2024-09-04 11:19:30 -07:00