LuisV
commited on
Commit
•
3b02084
1
Parent(s):
e74399a
trying to fix path typo
Browse files
prompting/promptingutils.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
import os, sys
|
2 |
import pandas as pd
|
3 |
|
4 |
-
|
|
|
|
|
5 |
TOP_COMMENTARIES_DIR = os.path.join("top_commentaries")
|
6 |
|
7 |
|
|
|
1 |
import os, sys
|
2 |
import pandas as pd
|
3 |
|
4 |
+
print("current directory:")
|
5 |
+
print(os.curdir)
|
6 |
+
print(os.getcwd())
|
7 |
TOP_COMMENTARIES_DIR = os.path.join("top_commentaries")
|
8 |
|
9 |
|