Skip to content

Commit

Permalink
fixes relative paths in hp sweep example, brings it back (#882)
Browse files Browse the repository at this point in the history
* brings back hp_sweep_gpt example

* bring back hp sweep example, fix relative paths of images

This reverts commit b8940bc.

* make model path relative

* shorten training
  • Loading branch information
charlesfrye authored Sep 17, 2024
1 parent b8940bc commit 97c6580
Show file tree
Hide file tree
Showing 8 changed files with 921 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;
}
Binary file added 06_gpu_and_ml/hyperparameter-sweep/gradio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 97c6580

Please sign in to comment.