@eugr When I run the following command on the head node spark-01, it launches vllm but nothing happens. I don’t see any download activity over the network for spark-02.
Q01: Could you please let me know if the following command is correct? I adapted it from the nemotron-3 recipe.
When I launch the mode, I get the following warnings:
(Worker_TP0 pid=298) WARNING 07-31 09:37:47 [kv_cache.py:134] Checkpoint does not provide a q scaling factor. Setting it to k_scale. This only matters for FP8 Attention backends (flash-attn or flashinfer).
(Worker_TP0 pid=298) WARNING 07-31 09:37:47 [kv_cache.py:148] Using KV cache scaling factor 1.0 for fp8_e4m3. If this is unintended, verify that k/v_scale scaling factors are properly set in the checkpoint.
(Worker_TP0 pid=298) WARNING 07-31 09:37:47 [kv_cache.py:187] Using uncalibrated q_scale 1.0 and/or prob_scale 1.0 with fp8 attention. This may cause accuracy issues. Please make sure q/prob scaling factors are available in the fp8 checkpoint.
Q01: Is this something to be concerned about? How can I make this warning go away?