Skip to content

Commit

Permalink
today
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Mar 28, 2024
1 parent 0dca91f commit 79fad05
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3663,3 +3663,6 @@
[submodule "2024/03/27/peft"]
path = 2024/03/27/peft
url = https://github.com/huggingface/peft
[submodule "2024/03/28/commune"]
path = 2024/03/28/commune
url = https://github.com/commune-ai/commune
1 change: 1 addition & 0 deletions 2024/03/28/commune
Submodule commune added at b69d1e
10 changes: 10 additions & 0 deletions 2024/03/28/notes.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* ideas of the day.

inspect execution of program. be able to continue a program at any branch.
show the differences between binary and sources.
cache the results of compute.
get rid of wasteful execution.
be able to split up the execution into separate execution that continues
at the next step.

be able to test critical changes quickly. cache results.

0 comments on commit 79fad05

Please sign in to comment.