Skip to content

Commit fcef84d

Browse files
author
Ikko Eltociear Ashimine
authored
chore: update Models.swift (#134)
minor fix
1 parent 0907d7f commit fcef84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/LLM/Models.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Foundation
44
import Hub
55

6-
/// Registry of models and and any overrides that go with them, e.g. prompt augmentation.
6+
/// Registry of models and any overrides that go with them, e.g. prompt augmentation.
77
/// If asked for an unknown configuration this will use the model/tokenizer as-is.
88
///
99
/// The python tokenizers have a very rich set of implementations and configuration. The

0 commit comments

Comments
 (0)