mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-03 17:12:49 +00:00
minor change to trigger CircleCI
This commit is contained in:
parent
b96406669d
commit
f8564398fc
@ -6,7 +6,7 @@ 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("..", "..", "gpt4all-backend")
|
SRC_CLIB_DIRECTORY = os.path.join("..", "..", "gpt4all-backend")
|
||||||
SRC_CLIB_BUILD_DIRECTORY = os.path.join("..", "..", "gpt4all-backend", "build")
|
SRC_CLIB_BUILD_DIRECTORY = os.path.join("..", "..", "gpt4all-backend", "build")
|
||||||
|
|
||||||
LIB_NAME = "llmodel"
|
LIB_NAME = "llmodel"
|
||||||
@ -55,7 +55,7 @@ def copy_prebuilt_C_lib(src_dir, dest_dir, dest_build_dir):
|
|||||||
|
|
||||||
# NOTE: You must provide correct path to the prebuilt llmodel C library.
|
# NOTE: You must provide correct path to the prebuilt llmodel C library.
|
||||||
# Specifically, the llmodel.h and C shared library are needed.
|
# Specifically, the llmodel.h and C shared library are needed.
|
||||||
copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY,
|
copy_prebuilt_C_lib(SRC_CLIB_DIRECTORY,
|
||||||
DEST_CLIB_DIRECTORY,
|
DEST_CLIB_DIRECTORY,
|
||||||
DEST_CLIB_BUILD_DIRECTORY)
|
DEST_CLIB_BUILD_DIRECTORY)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user