mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-02-02 20:43:38 +00:00
drafting ray integration
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com> Former-commit-id: 19c12ddae9350f6e25a270fe3372f5b9094cf960
This commit is contained in:
committed by
hiyouga
parent
5ccc607222
commit
8683582300
9
src/llamafactory/integrations/ray/ray_utils.py
Normal file
9
src/llamafactory/integrations/ray/ray_utils.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def should_use_ray():
|
||||
return os.getenv("USE_RAY", "0").lower() in ["true", "1"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user