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

add support passing iree flags for LLMs #1754

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

PhaneeshB
Copy link
Contributor

@PhaneeshB PhaneeshB commented Aug 13, 2023

  • required for passing target triple from command line when running LLMs on web and cli
  • NOTE:
    • target triple for Sharded LLMs is experimental as of now.
    • duplicate args from SD and LLMs will need to be refactored into a more disjoint set of cli args to prevent the argparse objects from eating up each others values when used in the same file.

@jinchen62
Copy link
Contributor

Does it work for cli?

@PhaneeshB
Copy link
Contributor Author

PhaneeshB commented Aug 14, 2023

Does it work for cli?

Yes @jinchen62, added support for cli too.
Thanks

Copy link
Contributor

@jinchen62 jinchen62 left a comment

Choose a reason for hiding this comment

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

LGTM

@PhaneeshB PhaneeshB merged commit 4f61d69 into nod-ai:main Aug 14, 2023
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants