mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
updated path
This commit is contained in:
parent
8c84c24ee9
commit
4cec72fe75
@ -6,8 +6,8 @@ import shutil
|
||||
package_name = "gpt4all"
|
||||
|
||||
# Define the location of your prebuilt C library files
|
||||
SRC_CLIB_DIRECtORY = os.path.join("..", "..", "llmodel")
|
||||
SRC_CLIB_BUILD_DIRECTORY = os.path.join("..", "..", "llmodel", "build")
|
||||
SRC_CLIB_DIRECtORY = os.path.join("..", "..", "gpt4all-backend", "llmodel")
|
||||
SRC_CLIB_BUILD_DIRECTORY = os.path.join("..", "..", "gpt4all-backend", "llmodel", "build")
|
||||
|
||||
LIB_NAME = "llmodel"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user