15 lines
291 B
YAML
15 lines
291 B
YAML
chunk_size: 256
|
|
local_cpu: False
|
|
extra_config:
|
|
key1: value1
|
|
key2: value2
|
|
|
|
enable_pd: True
|
|
transfer_channel: "nixl"
|
|
pd_role: "receiver"
|
|
pd_peer_host: "localhost"
|
|
pd_peer_init_port: 7300
|
|
pd_peer_alloc_port: 7400
|
|
pd_buffer_size: 2147483648
|
|
pd_buffer_device: "cuda"
|
|
nixl_backends: [UCX, GDS] |