Skip to content

Commit 3e39a93

Browse files
committed
Replaced github dep with pygithub
1 parent 64f3d8a commit 3e39a93

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

llm-complete-guide/configs/embeddings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ settings:
2626
- rerankers[flashrank]
2727
- datasets
2828
- torch
29-
- github
29+
- pygithub
3030
environment:
3131
ZENML_PROJECT_SECRET_NAME: llm_complete
3232

llm-complete-guide/configs/rag_eval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212
- numpy
1313
- psycopg2-binary
1414
- tiktoken
15-
- github
15+
- pygithub
1616

1717
# configuration of the Model Control Plane
1818
model:

llm-complete-guide/configs/rag_gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212
- tiktoken
1313
- ratelimit
1414
- rerankers
15-
- github
15+
- pygithub
1616
environment:
1717
ZENML_PROJECT_SECRET_NAME: llm_complete
1818
ZENML_ENABLE_RICH_TRACEBACK: FALSE

llm-complete-guide/configs/rag_local_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ settings:
1414
- tiktoken
1515
- ratelimit
1616
- rerankers
17-
- github
17+
- pygithub
1818
environment:
1919
ZENML_PROJECT_SECRET_NAME: llm_complete
2020
ZENML_ENABLE_RICH_TRACEBACK: FALSE

llm-complete-guide/configs/synthetic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ settings:
2424
- datasets
2525
- torch
2626
- distilabel
27-
- github
27+
- pygithub
2828
environment:
2929
ZENML_PROJECT_SECRET_NAME: llm_complete
3030

0 commit comments

Comments
 (0)