Commit Graph
13 Commits
Author SHA1 Message Date
Pavol RusnakandGitHub c729ff730a flake.nix: add all binaries from bin (#848) 2023-04-13 15:49:05 +02:00
Pavol RusnakandGitHub 82d146df9b do not force the prompt file to end with a new line (#908) 2023-04-13 11:33:16 +02:00
Pavol RusnakandGitHub 8b679987cd Fix whitespace, add .editorconfig, add GitHub workflow (#883) 2023-04-11 19:45:44 +00:00
Pavol RusnakandGitHub d2beca95dc Make docker instructions more explicit (#785) 2023-04-06 08:56:58 +02:00
Pavol Rusnak cbef542879 py : cleanup the code
- use f-strings where possible
- drop first param of encode/decode functions since "utf-8" is the default
2023-03-31 10:32:01 +02:00
Pavol Rusnak 9733104be5 drop quantize.py (now that models are using a single file) 2023-03-31 01:07:32 +02:00
Pavol RusnakandGitHub 61cbfff5c9 rename convert_ggml_to_pth.py -> convert-ggml-to-pth.py (#600)
to match filenames of other converters
2023-03-29 20:09:25 +02:00
Pavol Rusnak 6f61c18ec9 Fix typo in readme 2023-03-18 23:18:04 +01:00
Pavol Rusnak 1e5a6d088d Add note about Python 3.11 to readme 2023-03-18 22:25:35 +01:00
Pavol Rusnak 554b541521 Add memory/disk requirements to readme 2023-03-18 22:25:35 +01:00
Pavol RusnakandGitHub 671d5cac15 Use fprintf for diagnostic output (#48)
keep printf only for printing model output

one can now use ./main ... 2>dev/null to suppress any diagnostic output
2023-03-13 18:39:56 +02:00
d1f224712d Add quantize script for batch quantization (#92)
* Add quantize script for batch quantization

* Indentation

* README for new quantize.sh

* Fix script name

* Fix file list on Mac OS

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-03-13 18:15:20 +02:00
Pavol RusnakandGitHub 6a9a67f0be Add LICENSE (#21) 2023-03-12 08:36:03 +02:00