Fix missing DEVICE constant in production FMHA test
This commit is contained in:
@@ -20,6 +20,7 @@ import torch.nn.functional as F
|
||||
CHECKPOINT_DIR = os.environ.get(
|
||||
"CHECKPOINT_DIR", "/root/nvidia-meeting/DeepSeek-V4-Pro-NVFP4")
|
||||
NUM_GPUS = int(os.environ.get("NUM_GPUS", "8"))
|
||||
DEVICE = "cuda:0"
|
||||
|
||||
|
||||
def cosine(a, b):
|
||||
|
||||
Reference in New Issue
Block a user