Daniel Nichols commited on
Commit
bb0cc86
1 Parent(s): ae7d0e1

Squashed commit of the following:

Browse files

commit 7db5485f004b26d27784a38370a8615b0a7efab7
Author: Daniel Nichols <dando18studios@gmail.com>
Date: Sun Dec 1 16:01:47 2024 -0500

fix dependency issues with clang (#6)

commit 40ddb1d055ee29ccf85abb41a3e8572dae741d2d
Author: Daniel Nichols <dando18studios@gmail.com>
Date: Sun Dec 1 15:53:30 2024 -0500

Fix model load bugs (#5)

* add clang-17 package

* add guard on local models

commit 2c648309b6c002f529b640917cd7e870f66a4b4d
Author: Daniel Nichols <dando18studios@gmail.com>
Date: Sun Dec 1 15:27:49 2024 -0500

Fixes for release (#4)

* update ignored files

* update documentation

* fix paths to local files

Files changed (2) hide show
  1. packages.txt +1 -1
  2. requirements.txt +1 -1
packages.txt CHANGED
@@ -1 +1 @@
1
- clang-17
 
1
+ clang-12
requirements.txt CHANGED
@@ -4,4 +4,4 @@ google-generativeai==0.7.2
4
  openai==1.37.0
5
  tiktoken==0.7.0
6
  llama-cpp-python==0.2.90
7
- clang==17.0.6
 
4
  openai==1.37.0
5
  tiktoken==0.7.0
6
  llama-cpp-python==0.2.90
7
+ clang==12.0.1