updated path

pull/521/head
Richard Guo 1 year ago
parent 8c84c24ee9
commit 4cec72fe75

@ -6,8 +6,8 @@ import shutil
package_name = "gpt4all" package_name = "gpt4all"
# Define the location of your prebuilt C library files # Define the location of your prebuilt C library files
SRC_CLIB_DIRECtORY = os.path.join("..", "..", "llmodel") SRC_CLIB_DIRECtORY = os.path.join("..", "..", "gpt4all-backend", "llmodel")
SRC_CLIB_BUILD_DIRECTORY = os.path.join("..", "..", "llmodel", "build") SRC_CLIB_BUILD_DIRECTORY = os.path.join("..", "..", "gpt4all-backend", "llmodel", "build")
LIB_NAME = "llmodel" LIB_NAME = "llmodel"

Loading…
Cancel
Save