mirror of
https://github.com/tloen/alpaca-lora.git
synced 2026-03-01 20:51:19 +01:00
| .. | ||
| __init__.py | ||
| callbacks.py | ||
| prompter.py | ||
| README.md | ||
Directory for helpers modules
prompter.py
Prompter class, a template manager.
from utils.prompter import Prompter
callbacks.py
Helpers to support streaming generate output.
from utils.callbacks import Iteratorize, Stream