We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0907d7f commit fcef84dCopy full SHA for fcef84d
Libraries/LLM/Models.swift
@@ -3,7 +3,7 @@
3
import Foundation
4
import Hub
5
6
-/// Registry of models and and any overrides that go with them, e.g. prompt augmentation.
+/// Registry of models and any overrides that go with them, e.g. prompt augmentation.
7
/// If asked for an unknown configuration this will use the model/tokenizer as-is.
8
///
9
/// The python tokenizers have a very rich set of implementations and configuration. The
0 commit comments