Skip to content

Commit 3c25d81

Browse files
apage43manyoso
authored andcommitted
make codespell happy
1 parent 4f0cee9 commit 3c25d81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gpt4all-chat/metadata/release.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
* resumable downloads for models
7676
* chat list in the drawer drop down
7777
* add/remove/rename chats
78-
* perist chats to disk and restore them with full context (WARNING: the average size of each chat on disk is ~1.5GB)
78+
* persist chats to disk and restore them with full context (WARNING: the average size of each chat on disk is ~1.5GB)
7979
* NOTE: to turn on the persistent chats feature you need to do so via the settings dialog as it is off by default
8080
* automatically rename chats using the AI after the first prompt/response pair
8181
* new usage statistics including more detailed hardware info to help debug problems on older hardware
@@ -524,7 +524,7 @@
524524
"version": "2.4.19",
525525
"notes":
526526
"
527-
* Fix a crasher on systems with corrupted vulkan drivers or corrupted vulkan dlls
527+
* Fix a crash on systems with corrupted vulkan drivers or corrupted vulkan dlls
528528
",
529529
"contributors":
530530
"

gpt4all-training/train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def train(accelerator, config):
7575
else DummyOptim
7676
)
7777

78-
# karpathy doesn't decay embeddding, maybe we should exclude
78+
# karpathy doesn't decay embedding, maybe we should exclude
7979
# https://github.com/karpathy/minGPT/commit/bbbdac74fa9b2e55574d70056163ffbae42310c1#diff-2075fa9c224b395be5bda85544dd36572b59c76c54562819eadadbf268602834R157s
8080
optimizer = optimizer_cls(model.parameters(), lr=config["lr"], weight_decay=config["weight_decay"])
8181

0 commit comments

Comments
 (0)