Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prompt_parser: allow spaces in schedules, add test, log/ignore errors | Rae Fu | 2022-10-04 | 1 | -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 it | AUTOMATIC | 2022-10-04 | 1 | -2/+6 |
| | |||||
* | Allow nested structures inside schedules | dan | 2022-10-04 | 1 | -66/+53 |
| | |||||
* | fix program breaking on empty prompt | AUTOMATIC | 2022-09-29 | 1 | -0/+3 |
| | |||||
* | new implementation for attention/emphasis | AUTOMATIC | 2022-09-29 | 1 | -1/+86 |
| | |||||
* | use model's dtype for #707 | AUTOMATIC | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | fix cpu usage | C43H66N12O12S2 | 2022-09-19 | 1 | -2/+2 |
| | |||||
* | oh hey i broke batches with this | AUTOMATIC | 2022-09-15 | 1 | -0/+2 |
| | |||||
* | prompt editing | AUTOMATIC | 2022-09-15 | 1 | -0/+128 |