github bigscience-workshop/petals v1.1.3
v1.1.3: Bug fixes

latest releases: v2.2.0, v2.1.0, v2.0.1.post2...
19 months ago

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

Full Changelog: v1.1.2...v1.1.3

Don't miss a new petals release

NewReleases is sending notifications on new releases.