Skip to content

Commit

Permalink
Added github as dependency to allow using repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Oct 31, 2024
1 parent a7b30fc commit 64f3d8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions llm-complete-guide/configs/embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ settings:
- rerankers[flashrank]
- datasets
- torch
- github
environment:
ZENML_PROJECT_SECRET_NAME: llm_complete

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

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

Expand Down
2 changes: 1 addition & 1 deletion llm-complete-guide/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def main(
config_path = os.path.join(
os.path.dirname(os.path.realpath(__file__)),
"configs",
"rag_local_dev.yaml",
config,
)

if rag:
Expand Down

0 comments on commit 64f3d8a

Please sign in to comment.