Spaces:
Sleeping
Sleeping
Omar Solano
commited on
Commit
β’
da1bd08
1
Parent(s):
5a84661
temporarily remove not available sources
Browse files- scripts/setup.py +4 -4
scripts/setup.py
CHANGED
@@ -83,8 +83,8 @@ AVAILABLE_SOURCES_UI = [
|
|
83 |
"PEFT",
|
84 |
"TRL",
|
85 |
"LlamaIndex Docs",
|
86 |
-
"Towards AI Blog",
|
87 |
-
"RAG Course",
|
88 |
]
|
89 |
|
90 |
AVAILABLE_SOURCES = [
|
@@ -92,8 +92,8 @@ AVAILABLE_SOURCES = [
|
|
92 |
"PEFT",
|
93 |
"TRL",
|
94 |
"LlamaIndex",
|
95 |
-
"towards_ai_blog",
|
96 |
-
"rag_course",
|
97 |
]
|
98 |
|
99 |
# mongo_db = (
|
|
|
83 |
"PEFT",
|
84 |
"TRL",
|
85 |
"LlamaIndex Docs",
|
86 |
+
# "Towards AI Blog",
|
87 |
+
# "RAG Course",
|
88 |
]
|
89 |
|
90 |
AVAILABLE_SOURCES = [
|
|
|
92 |
"PEFT",
|
93 |
"TRL",
|
94 |
"LlamaIndex",
|
95 |
+
# "towards_ai_blog",
|
96 |
+
# "rag_course",
|
97 |
]
|
98 |
|
99 |
# mongo_db = (
|