Documentation
Preparing search index...
@spinframework/spin-llm
InferencingOptions
Interface InferencingOptions
Interface representing options for inferencing. InferencingOptions
interface
InferencingOptions
{
maxTokens
?:
number
;
repeatPenalty
?:
number
;
repeatPenaltyLastNTokenCount
?:
number
;
temperature
?:
number
;
topK
?:
number
;
topP
?:
number
;
}
Index
Properties
max
Tokens?
repeat
Penalty?
repeat
Penalty
LastNToken
Count?
temperature?
topK?
topP?
Properties
Optional
max
Tokens
maxTokens
?:
number
Optional
repeat
Penalty
repeatPenalty
?:
number
Optional
repeat
Penalty
LastNToken
Count
repeatPenaltyLastNTokenCount
?:
number
Optional
temperature
temperature
?:
number
Optional
topK
topK
?:
number
Optional
topP
topP
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Tokens
repeat
Penalty
repeat
Penalty
LastNToken
Count
temperature
topK
topP
Documentation
Loading...
Interface representing options for inferencing. InferencingOptions