Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLM Complete Guide update #133

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

AlexejPenner
Copy link
Contributor

I needed to make these changes to make it run on my machine

Copy link

dagshub bot commented Oct 22, 2024

@strickvl strickvl added enhancement New feature or request internal labels Oct 22, 2024
@@ -43,6 +43,9 @@ environment and install the dependencies using the following command:
pip install -r requirements.txt
```

Depending on your setup you may run into some issues when running the pip install command with the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Depending on your setup you may run into some issues when running the pip install command with the
Depending on your setup you may run into some issues when running the `pip install` command with the

@@ -168,8 +168,10 @@ def main(
no_cache (bool): If `True`, cache will be disabled.
synthetic (bool): If `True`, the synthetic data pipeline will be run.
local (bool): If `True`, the local LLM via Ollama will be used.
dummyembeddings (bool): If `True`, dummyembeddings will be used
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one also I think isn't needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants