Skip to content

Commit

Permalink
deploy: 594db5e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
0 parents commit 65a7919
Show file tree
Hide file tree
Showing 23 changed files with 5,585 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
413 changes: 413 additions & 0 deletions core.html

Large diffs are not rendered by default.

478 changes: 478 additions & 0 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://hamelsmu.github.io/wandbtocsv/sitemap.xml
44 changes: 44 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
{
"objectID": "core.html",
"href": "core.html",
"title": "core",
"section": "",
"text": "source\n\nfetch_runs\n\n fetch_runs (entity:str<EntityfortheWANDBruns.Ifnotprovided,attemptstofetc\n hfromenvironmentvariable'WANDB_ENTITY'.>=None, project:str<Pr\n ojectfortheWANDBruns.Ifnotprovided,attemptstofetchfromenviron\n mentvariable'WANDB_PROJECT'.>=None, output_file:str<Pathtosav\n etheoutputCSV.Defaultnameformat:{entity}-{project}-{mmddyy}.c\n sv>=None)"
},
{
"objectID": "index.html",
"href": "index.html",
"title": "wandbtocsv",
"section": "",
"text": "wandbtocsv allows you to quickly export a flat csv file of the top level metrics, config, etc. from your Weights & Biases runs in an easy to use CLI interface."
},
{
"objectID": "index.html#background",
"href": "index.html#background",
"title": "wandbtocsv",
"section": "",
"text": "wandbtocsv allows you to quickly export a flat csv file of the top level metrics, config, etc. from your Weights & Biases runs in an easy to use CLI interface."
},
{
"objectID": "index.html#install",
"href": "index.html#install",
"title": "wandbtocsv",
"section": "Install",
"text": "Install\npip install wandbtocsv"
},
{
"objectID": "index.html#how-to-use",
"href": "index.html#how-to-use",
"title": "wandbtocsv",
"section": "How to use",
"text": "How to use\n\n!wandbtocsv -h\n\nusage: wandbtocsv [-h] [--entity ENTITY] [--project PROJECT]\n [--output_file OUTPUT_FILE]\n\noptions:\n -h, --help show this help message and exit\n --entity ENTITY Entity for the WANDB runs. If not provided,\n attempts to fetch from environment variable\n 'WANDB_ENTITY'.\n --project PROJECT Project for the WANDB runs. If not provided,\n attempts to fetch from environment variable\n 'WANDB_PROJECT'.\n --output_file OUTPUT_FILE Path to save the output CSV. Default name format:\n {entity}-{project}-{mmddyy}.csv\n\n\n\n!wandbtocsv --entity hamelsmu --project deepspeed-data\n\nFetching runs... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00\nSaved 231 runs to hamelsmu-deepspeed-data-100523.csv"
},
{
"objectID": "index.html#bonus-explore-your-wandb-runs-in-datasette",
"href": "index.html#bonus-explore-your-wandb-runs-in-datasette",
"title": "wandbtocsv",
"section": "Bonus, explore your wandb runs in Datasette",
"text": "Bonus, explore your wandb runs in Datasette\ncsvs-to-sqlite hamelsmu-deepspeed-data-100523.csv hamelsmu-deepspeed-data-100523.db\ndatasette hamelsmu-deepspeed-data-100523.db -o"
}
]
2,018 changes: 2,018 additions & 0 deletions site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions site_libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions site_libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 65a7919

Please sign in to comment.