diff options
author | Ben Sima <ben@bsima.me> | 2024-04-02 00:08:24 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-02 00:11:33 -0400 |
commit | d7383136dc434a35f7c7efa65343dd0bafea5256 (patch) | |
tree | 44fabbb11dde4122854a5d18ccd138dfb4c83a53 /Biz/Llamacpp.py | |
parent | 6040b2ceae7e6f4a0d41052663bf7826d1e52b4a (diff) |
Add llama-cpp from nixos-23.11
Removes my custom llama-cpp build and instead pulls in the upstream build from
nixos-23.11.
Diffstat (limited to 'Biz/Llamacpp.py')
-rw-r--r-- | Biz/Llamacpp.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Biz/Llamacpp.py b/Biz/Llamacpp.py new file mode 100644 index 0000000..e75de5b --- /dev/null +++ b/Biz/Llamacpp.py @@ -0,0 +1,6 @@ +""" +Llamacpp +""" + +# : run nixos-23_11.llama-cpp +# : run nixos-23_11.openblas |