refactor circle ci config

This commit is contained in:
Richard Guo
2023-05-10 13:57:54 -04:00
parent f48eb1a0d7
commit 48c5ab10b9
3 changed files with 178 additions and 2 deletions

View File

@@ -38,4 +38,3 @@ messages = [{"role": "user", "content": "Name 3 colors"}]
gptj.chat_completion(messages)
```

View File

@@ -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()