mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
Document in High-level (#93)
* Add init information * Adjust order and move content * GPU support * edit docs * README structure * Update Dockerfile * Update rdagent/utils/env.py * Update read the docs * Update framework
This commit is contained in:
@@ -174,7 +174,7 @@ class DockerEnv(Env[DockerConf]):
|
||||
try:
|
||||
client.containers.run(self.conf.image, "nvidia-smi", **gpu_kwargs)
|
||||
logger.info("GPU Devices are available.")
|
||||
except docker.errors.APIError as e:
|
||||
except docker.errors.APIError:
|
||||
return {}
|
||||
return gpu_kwargs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user