Skip to content

Commit

Permalink
Replaced github dep with pygithub
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Oct 31, 2024
1 parent 64f3d8a commit 3e39a93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion llm-complete-guide/configs/embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ settings:
- rerankers[flashrank]
- datasets
- torch
- github
- pygithub
environment:
ZENML_PROJECT_SECRET_NAME: llm_complete

Expand Down
2 changes: 1 addition & 1 deletion llm-complete-guide/configs/rag_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
- numpy
- psycopg2-binary
- tiktoken
- github
- pygithub

# configuration of the Model Control Plane
model:
Expand Down
2 changes: 1 addition & 1 deletion llm-complete-guide/configs/rag_gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ settings:
- tiktoken
- ratelimit
- rerankers
- github
- pygithub
environment:
ZENML_PROJECT_SECRET_NAME: llm_complete
ZENML_ENABLE_RICH_TRACEBACK: FALSE
Expand Down
2 changes: 1 addition & 1 deletion llm-complete-guide/configs/rag_local_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ settings:
- tiktoken
- ratelimit
- rerankers
- github
- pygithub
environment:
ZENML_PROJECT_SECRET_NAME: llm_complete
ZENML_ENABLE_RICH_TRACEBACK: FALSE
Expand Down
2 changes: 1 addition & 1 deletion llm-complete-guide/configs/synthetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ settings:
- datasets
- torch
- distilabel
- github
- pygithub
environment:
ZENML_PROJECT_SECRET_NAME: llm_complete

Expand Down

0 comments on commit 3e39a93

Please sign in to comment.