-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hyperparameter sweep LLM example (#878)
* 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
1 parent
d6c192c
commit b275c26
Showing
8 changed files
with
920 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.