mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-12-22 19:45:23 +00:00
refactor circle ci config
This commit is contained in:
@@ -7,7 +7,7 @@ import re
|
||||
import sys
|
||||
|
||||
# TODO: provide a config file to make this more robust
|
||||
LLMODEL_PATH = os.path.join("llmodel_DO_NOT_MODIFY", "build")
|
||||
LLMODEL_PATH = os.path.join("llmodel_DO_NOT_MODIFY", "build").replace("\\", "\\\\")
|
||||
|
||||
def load_llmodel_library():
|
||||
system = platform.system()
|
||||
|
||||
Reference in New Issue
Block a user