dashboard-react
Preparing search index...
PlacementPreview
Interface PlacementPreview
Placement preview returned by the Skulk placement preview endpoint.
interface
PlacementPreview
{
model_id
:
string
;
sharding
:
"Pipeline"
|
"Tensor"
;
instance_meta
:
"MlxRing"
|
"MlxJaccl"
;
instance
:
unknown
;
memory_delta_by_node
:
Record
<
string
,
number
>
|
null
;
error
:
string
|
null
;
}
Index
Properties
model_
id
sharding
instance_
meta
instance
memory_
delta_
by_
node
error
Properties
model_
id
model_id
:
string
sharding
sharding
:
"Pipeline"
|
"Tensor"
instance_
meta
instance_meta
:
"MlxRing"
|
"MlxJaccl"
instance
instance
:
unknown
memory_
delta_
by_
node
memory_delta_by_node
:
Record
<
string
,
number
>
|
null
error
error
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
model_
id
sharding
instance_
meta
instance
memory_
delta_
by_
node
error
dashboard-react
Loading...
Placement preview returned by the Skulk placement preview endpoint.