mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 13:52:39 +08:00
Including psutil & setproctitle (#7031)
This commit is contained in:
@@ -7,14 +7,10 @@ from threading import Thread
|
||||
|
||||
import numpy as np
|
||||
import ray
|
||||
import psutil
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
import psutil
|
||||
except ImportError:
|
||||
psutil = None
|
||||
|
||||
try:
|
||||
import GPUtil
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user