mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 12:54:43 +00:00
Addressed comments
This commit is contained in:
parent
1a5cfd1b6f
commit
aa9562e104
2 changed files with 4 additions and 7 deletions
|
|
@ -279,7 +279,7 @@ class LMStudioClient:
|
|||
options.update(
|
||||
{
|
||||
"temperature": params.strategy.temperature,
|
||||
"top_p": params.strategy.top_p,
|
||||
"topPSampling": params.strategy.top_p,
|
||||
}
|
||||
)
|
||||
elif isinstance(params.strategy, TopKSamplingStrategy):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue