no message

main
BlinkDL 3 years ago
parent 6299c087a4
commit a1bf15ac40

@ -65,7 +65,7 @@ os.environ['RWKV_FLOAT_MODE'] = 'bf16' # 'bf16' (stable) or 'fp16' (will overflo
os.environ['RWKV_DEEPSPEED'] = '1' # Use DeepSpeed? 0 = False, 1 = True
if int(os.environ['RWKV_NUM_GPUS']) == 1 and os.environ['RWKV_FLOAT_MODE'] == 'fp32': # the only case where DeepSpeed is worse
if int(os.environ['RWKV_NUM_GPUS']) == 1: # turn off DeepSpeed for 1 GPU training
os.environ['RWKV_DEEPSPEED'] = '0'
os.environ['USE_WANDB'] = '0' # wandb logging. 0 = False, 1 = True

Loading…
Cancel
Save