Skip to content

Commit

Permalink
Add AI tools to README
Browse files Browse the repository at this point in the history
ejohb committed Oct 21, 2024
1 parent d750378 commit d95f854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -80,6 +80,8 @@ MissingExtraError: The current module is missing dependencies. To install them,

The included modules, plus any extra requirements, are as follows:

- `tools.ai`: Manages bulk inference for LLMs using dynamic batching. Includes classes for managing prompt encoding, generating outputs, and handling tool calls, with support for both local and remote models. Uses Pytorch and Transformers for model operations, and provides functionality for encoding prompts, generating responses, and applying tool functions.
- Extras: `ai`
- `tools.config`: Base config class with overridable field processors.
- Extras: None
- `tools.dataclass`: Utilities for extracting and filtering fields and metadata from dataclasses, with support for applying filters and retrieving enabled fields based on metadata attributes.

0 comments on commit d95f854

Please sign in to comment.