Alex "mcmonkey" Goodwin
Alex "mcmonkey" Goodwin
Several users have requested support for MongoDB, akin to the support we have for MySQL and Redis. Presumably a `mongo` or `mongodb` command and maybe some relevant tags. MongoDB operates...
Dump issue for requested feature expansions to shape objects (CuboidTag, PolygonTag, EllipsoidTag) - [ ] `(Shape).is_within[(Shape)]` for all shapes including cross-support. Like `EllipsoidTag.is_within[CuboidTag]` and etc. (or `.contains` as the tag...
Transferring and detailing user error from error log posted on Discord Citizens version: `Citizens v2.0.24-SNAPSHOT (build 1617)` Spigot version: 1.13.2 - Paper build 524 (Both latest at time of posting)...
This is an open-ended issue intended as an easy goal for contributors to help Denizen and learn to make good PRs, without having to dive deep into complicated codework. This...
A single little missing `,` broke the entire system of hover-text title hints. Tested and verified it works fine as usual with this quickfix.
**TLDR:** Linux sometimes limits filename length, long prompts break, this fixes that. ------------- The issue: on Linux (and other *nix systems) it's possible for filename length limits to exist that...
It produced completely broken nonsense output on SD v2 previously. Now it generates... relatively similar to SD v1. V1 in my tests makes slightly garbled outputs, and V2 seems to...
This is a minor change but bit of QOL for forking/contributing to this repo - add repositories - remove the redundant `/*` on folders - remove the exclusions for files...
- Adds support for other model types. - Technically the existing code worked for GPT-J and OPT, other than having the "untested" warning. - I trained GPT-J without issue. -...
Dolly: https://www.databricks.com/blog/2023/04/12/dolly-first-open-commercially-viable-instruction-tuned-llm Can grab 12B variant from https://huggingface.co/databricks/dolly-v2-12b ----- I think Dolly has its format inputs encoded as special tokens, or something? `### Instruction:`, `### Response:`,` ### End` are its...