v1.1.3
版本发布时间: 2023-03-01 17:15:25
bigscience-workshop/petals最新发布版本:v2.2.0(2023-09-07 01:29:56)
Highlights
🐞 Bug fixes. We have fixed a variety of minor issues related to timeout errors in the client, fine-tuning, and tensor parallelism.
⚙️ New options in the client. Added allowed_servers
and max_retries
options:
-
allowed_servers
allows to restrict the set of servers a client can use for its requests (e.g., to only use the servers trusted to process your data). -
max_retries
allows to limit the number of retries a client does before raising an exception (previously, clients continued retrying indefinitely).
📚 FAQ. We have released the FAQ page that covers common questions about running clients and servers, as well as troubleshooting common problems.
What's Changed
- Fix typo in prompt-tuning-sst2.ipynb by @borzunov in https://github.com/bigscience-workshop/petals/pull/245
- Minor changes to examples/prompt-tuning notebooks by @justheuristic in https://github.com/bigscience-workshop/petals/pull/247
- Fix examples/sst, add cls_model embeddings by @justheuristic in https://github.com/bigscience-workshop/petals/pull/248
- Fix TP crashing when hypo_ids are used by @borzunov in https://github.com/bigscience-workshop/petals/pull/249
- Add
allowed_servers
,max_retries
options to the client, improve logs by @borzunov in https://github.com/bigscience-workshop/petals/pull/235 - Lower payload size threshold for stream handlers by @borzunov in https://github.com/bigscience-workshop/petals/pull/251
- Improve reachability logs by @borzunov in https://github.com/bigscience-workshop/petals/pull/253
- Link FAQ in readme by @borzunov in https://github.com/bigscience-workshop/petals/pull/260
- Show visible maddrs for public swarm too by @borzunov in https://github.com/bigscience-workshop/petals/pull/263
- Limit max delay between retries to 15 min by @borzunov in https://github.com/bigscience-workshop/petals/pull/264
- Use get_logger(name) instead of get_logger(file) by @borzunov in https://github.com/bigscience-workshop/petals/pull/265
- Improve "connect your GPU" message by @borzunov in https://github.com/bigscience-workshop/petals/pull/266
- Fix use_chunked_forward="auto" on non-x86_64 machines by @borzunov in https://github.com/bigscience-workshop/petals/pull/267
- Use inference mode in _MergedInferenceStep by @justheuristic in https://github.com/bigscience-workshop/petals/pull/275
- Increase default request_timeout by @borzunov in https://github.com/bigscience-workshop/petals/pull/276
Full Changelog: https://github.com/bigscience-workshop/petals/compare/v1.1.2...v1.1.3