CineAI commited on
Commit
6faeb26
1 Parent(s): 18809b9

Update llm/llamacpp/lc_model.py

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