A package to easily make an LLM talk with itself for eternity.
Project description
The End is Never
A package to make an LLM talk with itself for eternity.
from thendisnever.thend import isnever
isnever(
model_name='Fredithefish/ScarletPajama-3B-HF', # Default LLM
prompt='THE END IS NEVER THE END IS NEVER ', # Default prompt
max_memory_ratio=0.25 # Default % of latest tokens to remember
)
Notes
- When running
isnever()
for the first time, it will download the model and tokenizer from HuggingFace. This will take a while, but it only needs to be done once. - If you want to use the CPU (not recommended because it's slow, but it works), make sure you have PyTorch for CPU installed.
Contributing
-
Install poetry if necessary.
-
Create and setup the poetry environment:
git clone https://github.com/andrewhinh/thendisnever.git cd thendisnever poetry shell poetry install
-
Make your changes, remembering to update in
pyproject.toml
theversion
in thetool.poetry
section and thetool.poetry.dependencies
section as necessary. -
Build the package:
poetry build
-
Test the package in a fresh environment:
pip install dist/thendisnever-<version>.tar.gz
-
Once confirmed to work, make a PR from a feature branch to main on GitHub.
-
Once PR is merged, email me to be added as a collaborator on PyPI.
-
Once added as a collaborator, publish the package to
PyPI
:poetry config pypi-token.pypi <your-token> # Get your token from https://pypi.org/manage/account/token/ poetry publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
thendisnever-0.2.0.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for thendisnever-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d81abf6536b035f88477c108324c23c1fe2b9d60e3f89f4548dea64473c2f12 |
|
MD5 | 2bd1afdadd0437f3da39d47c0884f0a6 |
|
BLAKE2b-256 | c29539972c09de9d695c21560ba6fcf5768a6a0a7682b2b43171800e4225e741 |