Skip to content

Commit

Permalink
Organize benchmark, inspections, modules
Browse files Browse the repository at this point in the history
Removed unused modules, moved benchmarks and ckpt inspections
  • Loading branch information
gkielian committed Dec 19, 2024
1 parent fa005ef commit 6d78228
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "data/template/whisper.cpp"]
path = data/template/whisper.cpp
url = https://github.com/ggerganov/whisper.cpp.git
[submodule "modules/nanoGPT"]
path = modules/nanoGPT
url = https://github.com/karpathy/nanoGPT
[submodule "modules/llm.c"]
path = modules/llm.c
url = https://github.com/karpathy/llm.c.git
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ parent directory.

Example usage:
```bash
python3 inspect_ckpts.py --directory ./out --sort loss
python3 checkpoint_analysis/inspect_ckpts.py --directory ./out --sort loss
```

![image](./images/inspect_ckpts.png)
Expand All @@ -183,7 +183,7 @@ This can be wrapped with color via the watch command for a realtime dashboard.

For example to look at all checkpoint files in the out directory:
```bash
watch --color 'python3 inspect_ckpts.py --directory ./out --sort loss'
watch --color 'python3 checkpoint_analysis/inspect_ckpts.py --directory ./out --sort loss'
```

As with remainder of the repo, this script is provided as a base to open up for
Expand All @@ -194,7 +194,7 @@ additional community contributions.
If using tensorboard for logging, we have provided a convenience script:

```bash
bash start_tensorboard.sh
source ./logging/start_tensorboard.sh
```

You can view live validation loss updates on url: [http://localhost:6006](http://localhost:6006)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion modules/llm.c
Submodule llm.c deleted from 2c9213
1 change: 0 additions & 1 deletion modules/nanoGPT
Submodule nanoGPT deleted from 975568

0 comments on commit 6d78228

Please sign in to comment.