Releases: certik/fastGPT
Releases · certik/fastGPT
v1.2.0
v1.1.0
What's Changed
- Better handling of allocatable variables by @certik in #59
- Make explicit copy of arrays by @certik in #60
- Do not leave a space at the end of a string by @certik in #62
- Make merge_pair more robust / direct by @certik in #63 8000
- Allocate LHS explicitly, remove comments by @certik in #64
- Speedup encode by @certik in #65
- Print better error message by @certik in #66
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- CI: enable macOS support by @certik in #9
- README: Add more benchmarks by @certik in #10
- README: add a note about downloading the model by @certik in #11
- Add support for OpenBLAS by @certik in #12
- CI: use just one thread for OpenBLAS by @certik in #13
- Add accurate timings using OpenMP timer by @certik in #20
- Implement kv-cache by @certik in #21
- Implement faster tanh(x) function by @certik in #22
- README: Update benchmarks by @certik in #23
- CMake improvements by @scivision in #27
- Do not modify .gitignore automatically by @certik in #29
- Print the words as they are generated by @certik in #33
- Implement tokenizer in Fortran by @certik in #34
- Fix a typo in .gitignore support in CMake by @certik in #35
- Add a test for the basic prompt by @certik in #36
- CMake: build a library first by @certik in #37
- Extract common code into driver.f90 by @certik in #38
- Add a test for another input text by @certik in #39
- Use a struct by @certik in #40
- Add more tests by @certik in #41
- Implement a chat interface by @certik in #43
- README: update the TODO list by @certik in #44
- Update benchmarks by @certik in #46
- Version fastGPT model files by @certik in #50
- Print model file number by @certik in #51
- Add a check for nonnegative tokens by @certik in #52
- CI: Test downloading the model directly by @certik in #53
New Contributors
- @scivision made their first contribution in #27
Full Changelog: https://github.com/certik/fastGPT/commits/v1.0.0