-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 an LLM demo to apps/ #8216
base: main
Are you sure you want to change the base?
Add an LLM demo to apps/ #8216
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fbdf07 - Browse repository at this point
Copy the full SHA 1fbdf07View commit details
Commits on Apr 24, 2024
-
Hallmark (HAlide LLM Advanced Research Kit) is Halide-written execution engine for Gemini/Gemma models; it serves as a testbed for writing efficient ML kernels in Halide. It is incomplete and experimental at this point.
Configuration menu - View commit details
-
Copy full SHA for c587211 - Browse repository at this point
Copy the full SHA c587211View commit details -
Merge branch 'srj/apps-hamal' of https://github.com/halide/Halide int…
…o srj/apps-hallmark
Configuration menu - View commit details
-
Copy full SHA for 6bed0f5 - Browse repository at this point
Copy the full SHA 6bed0f5View commit details
Commits on May 1, 2024
-
Move some files to Halid e.cpp convention rather than .cc .
Zalman Stern committedMay 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 16e7619 - Browse repository at this point
Copy the full SHA 16e7619View commit details
Commits on May 3, 2024
-
Start of command line to generate text from prompt using LLM.
Zalman Stern committedMay 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 124a745 - Browse repository at this point
Copy the full SHA 124a745View commit details
Commits on May 7, 2024
-
Initial checkin of llm_runner command like to generate text from a pr…
…ompt.
Zalman Stern committedMay 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 10ad034 - Browse repository at this point
Copy the full SHA 10ad034View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1f05e - Browse repository at this point
Copy the full SHA cf1f05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 427773f - Browse repository at this point
Copy the full SHA 427773fView commit details
Commits on May 8, 2024
-
Add prompt bracketing. Clean up debug #ifdefs.
Zalman Stern committedMay 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 6b79cbe - Browse repository at this point
Copy the full SHA 6b79cbeView commit details -
Merge remote-tracking branch 'refs/remotes/origin/srj/hallmark' into …
…srj/hallmark
Zalman Stern committedMay 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 5db6136 - Browse repository at this point
Copy the full SHA 5db6136View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47efec2 - Browse repository at this point
Copy the full SHA 47efec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d1507 - Browse repository at this point
Copy the full SHA 43d1507View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b8b3bc - Browse repository at this point
Copy the full SHA 3b8b3bcView commit details
Commits on May 28, 2024
-
Remove extraneous debugging code.
Zalman Stern committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 07c4598 - Browse repository at this point
Copy the full SHA 07c4598View commit details -
Remove parallelization that was causing cached version to fail and do…
…esn't seem to help performance in uncached version.
Zalman Stern committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 5619c7c - Browse repository at this point
Copy the full SHA 5619c7cView commit details -
Turn on kv caching. Significantly improves performance.
Zalman Stern committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 47ec039 - Browse repository at this point
Copy the full SHA 47ec039View commit details -
Zalman Stern committed
May 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 806d3c6 - Browse repository at this point
Copy the full SHA 806d3c6View commit details -
Add show_timing flag to runner to show how long various operations
take and give a per token time.
Zalman Stern committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e99743 - Browse repository at this point
Copy the full SHA 0e99743View commit details -
Add support for multiple algorithms, including naive and three pass.
Zalman Stern committedMay 28, 2024 1Configuration menu - View commit details
-
Copy full SHA for 5693e38 - Browse repository at this point
Copy the full SHA 5693e38View commit details -
Zalman Stern committed
May 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 221f723 - Browse repository at this point
Copy the full SHA 221f723View commit details