log GPU
This commit is contained in:
@@ -13,7 +13,6 @@ seaborn>=0.12.0
|
||||
ta>=0.11.0
|
||||
ccxt>=4.0.0
|
||||
dash-bootstrap-components>=2.0.0
|
||||
asyncio-compat>=0.1.2
|
||||
wandb>=0.16.0
|
||||
pybit>=5.11.0
|
||||
requests>=2.31.0
|
||||
@@ -38,6 +37,10 @@ duckdb>=0.9.0
|
||||
Flask>=3.0.0
|
||||
flask-cors>=4.0.0
|
||||
|
||||
# Optional GPU monitoring (for NVIDIA GPUs - install if you want detailed GPU utilization metrics)
|
||||
pynvml>=11.5.0 # NVIDIA Management Library for GPU utilization monitoring
|
||||
# GPUtil>=1.4.0 # Alternative GPU monitoring library
|
||||
|
||||
# NOTE: PyTorch is intentionally not pinned here to avoid pulling wrong GPU deps.
|
||||
# We only need torch (not torchvision/torchaudio) for trading systems.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user