Releases: mirpo/fastapi-gen
Releases · mirpo/fastapi-gen
v0.6.0
- Updated dependencies to the latest including
transformers
and llama-cpp-python
.
- Switched to
SmolLM-135M.Q8_0.gguf
and gemma-2-2b-it.q8_0.gguf
models.
- Update
ner
template to use AutoModelForCausalLM
and AutoTokenizer
.
v0.5.1
- Added dependencies to the latest.
- Updated llama-cpp-python is now using gguf files.
v0.5.0
- Added dependencies to the latest.
- Updated
llama-cpp-python
is now using gguf files.
v0.4.0
- Added Llama 2 template
- Minor improvements