Skip to content

Commit

Permalink
Add hyperparameter sweep LLM example (#878)
Browse files Browse the repository at this point in the history
* ruff edits

* small edits before PR

* add yaml headers for pytest and deploy

* stop returning tensor, fix encode/decode

* skip testing of model file

---------

Co-authored-by: Shariq Mobin <[email protected]>
Co-authored-by: Charles Frye <[email protected]>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent d6c192c commit b275c26
Show file tree
Hide file tree
Showing 8 changed files with 920 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 06_gpu_and_ml/hyperparameter-sweep/assets/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions 06_gpu_and_ml/hyperparameter-sweep/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions 06_gpu_and_ml/hyperparameter-sweep/assets/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* Bit of Modal Labs color scheming for the Gradio.app UI
from https://github.com/modal-labs/modal-examples */

a {
text-decoration: inherit !important;
}

gradio-app {
background-image: url(/assets/background.svg) !important;
background-repeat: no-repeat !important;
background-size 100% auto;
padding-top: 3%;
background-color: black;
}
Loading

0 comments on commit b275c26

Please sign in to comment.