Update llm/llamacpp/lc_model.py
Browse files- llm/llamacpp/lc_model.py +2 -0
llm/llamacpp/lc_model.py
CHANGED
@@ -12,6 +12,8 @@ from llm.lc_interface import LCInterface
|
|
12 |
|
13 |
print(os.getcwd())
|
14 |
|
|
|
|
|
15 |
logger = logging.getLogger(__name__)
|
16 |
|
17 |
logger.setLevel(logging.CRITICAL) # because if something went wrong in execution application can't be work anymore
|
|
|
12 |
|
13 |
print(os.getcwd())
|
14 |
|
15 |
+
print("Current path : ", os.path.dirname(os.path.realpath(__file__)))
|
16 |
+
|
17 |
logger = logging.getLogger(__name__)
|
18 |
|
19 |
logger.setLevel(logging.CRITICAL) # because if something went wrong in execution application can't be work anymore
|