CineAI commited on
Commit
232e081
1 Parent(s): fa98157

Update llm/llamacpp/lc_model.py

Browse files
Files changed (1) hide show
  1. 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