You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lmstudio-ai/lmstudio-js#253 is an lmstudio-js feature request to also publish a data file that specifies how to map LlmPredictionConfig, LlmLoadModelConfig, and EmbeddingLoadModelConfig attributes to KvConfigStack field names.
This corresponding Python SDK issue covers updating the SDK data model generator to add that data file into the lmstudio package, and updating _kv_config.py to use it when mapping configuration keys, rather than maintaining the mappings independently of lmstudio-js.
The text was updated successfully, but these errors were encountered:
ncoghlan
changed the title
Python SDK data export: publish config key to KV config field name mapping
SDK schema export: consume config key to KV config field name mapping
Mar 4, 2025
lmstudio-ai/lmstudio-js#253 is an
lmstudio-js
feature request to also publish a data file that specifies how to mapLlmPredictionConfig
,LlmLoadModelConfig
, andEmbeddingLoadModelConfig
attributes toKvConfigStack
field names.This corresponding Python SDK issue covers updating the SDK data model generator to add that data file into the
lmstudio
package, and updating_kv_config.py
to use it when mapping configuration keys, rather than maintaining the mappings independently oflmstudio-js
.The text was updated successfully, but these errors were encountered: