aboutsummaryrefslogtreecommitdiffstats
path: root/modules/prompt_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu2022-10-041-49/+90
| | | | | | Only build the parser once (at import time) instead of for each step. doctest is run by simply executing modules/prompt_parser.py
* remove functools.cache as some people are having issues with itAUTOMATIC2022-10-041-2/+6
|
* Allow nested structures inside schedulesdan2022-10-041-66/+53
|
* fix program breaking on empty promptAUTOMATIC2022-09-291-0/+3
|
* new implementation for attention/emphasisAUTOMATIC2022-09-291-1/+86
|
* use model's dtype for #707AUTOMATIC2022-09-191-1/+1
|
* fix cpu usageC43H66N12O12S22022-09-191-2/+2
|
* oh hey i broke batches with thisAUTOMATIC2022-09-151-0/+2
|
* prompt editingAUTOMATIC2022-09-151-0/+128