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

(feat): Novelai tokenizer re-implement || New LLM #75

Merged
merged 13 commits into from
Sep 26, 2024
Merged

(feat): Novelai tokenizer re-implement || New LLM #75

merged 13 commits into from
Sep 26, 2024

Conversation

sudoskys
Copy link
Member

@sudoskys sudoskys commented Sep 25, 2024

  • tokenizer
  • generate

♻️ refactor(cost): use ModelTypeAlias for model parameter

♻️ refactor(generate_image): use type aliases for fields

♻️ refactor(login): update debug log message
♻️ refactor(cost): use ModelTypeAlias for model parameter

♻️ refactor(generate_image): use type aliases for fields

♻️ refactor(login): update debug log message
♻️ refactor(cost): use ModelTypeAlias for model parameter

♻️ refactor(generate_image): use type aliases for fields

♻️ refactor(login): update debug log message
♻️ refactor(cost): use ModelTypeAlias for model parameter

♻️ refactor(generate_image): use type aliases for fields

♻️ refactor(login): update debug log message
- Switch model from KRAKE_V2 to ERATO in `generate.py`
- Adjust `print` statement formatting in `generate.py`
- Provide explicit prompt in `generate.py` for `chat` function
- Remove unnecessary comments and update variable names in `generate_stream.py`
- Update tokenizer model and add additional functionality in `usage.py`
- Added `/frontend/` to `.gitignore`
- Updated README with new `tokenizer` task
- Enhanced `chat` function with default preset parameters
- Added tokenizer example in README
🐛 fix: ensure correct dtype for token decoding in generate methods
```
- Added `themes.json` to support new AI generation themes.
- Introduced `_schema.py` with data classes and models for AI generation.
- Updated `_const.py` with new repetition penalty and ban words lists.
- Enhanced `_enum.py` to manage themes and presets with caching.
- Improved `__init__.py` to support advanced LLM settings and parameters.
- Added `themes.json` to support new AI generation themes.
- Introduced `_schema.py` with data classes and models for AI generation.
- Updated `_const.py` with new repetition penalty and ban words lists.
- Enhanced `_enum.py` to manage themes and presets with caching.
- Improved `__init__.py` to support advanced LLM settings and parameters.
Refactored the build method and request logic in LLMStream class.
Simplified parameters handling and improved error messages.
- Refactored `b64_to_tokens` and `tokens_to_b64` to support different dtypes
- Added `default_when_error` parameter to `try_jsonfy` function
@sudoskys sudoskys marked this pull request as ready for review September 26, 2024 10:43
@sudoskys
Copy link
Member Author

屏幕截图

@sudoskys sudoskys merged commit 9cbed20 into main Sep 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant