Update llm/llamacpp/lc_model.py
Browse files- llm/llamacpp/lc_model.py +1 -1
llm/llamacpp/lc_model.py
CHANGED
@@ -28,7 +28,7 @@ file_handler.setFormatter(formatted)
|
|
28 |
logger.addHandler(file_handler)
|
29 |
|
30 |
try:
|
31 |
-
os.chdir('
|
32 |
print("Current path after : ", os.path.dirname(os.path.realpath(__file__)))
|
33 |
except FileNotFoundError:
|
34 |
print("Error: Could not move up. You might be at the root directory.")
|
|
|
28 |
logger.addHandler(file_handler)
|
29 |
|
30 |
try:
|
31 |
+
os.chdir('../')
|
32 |
print("Current path after : ", os.path.dirname(os.path.realpath(__file__)))
|
33 |
except FileNotFoundError:
|
34 |
print("Error: Could not move up. You might be at the root directory.")
|