From c71597af16694f048ef3ab8872c02f1b6330bf54 Mon Sep 17 00:00:00 2001 From: clore Date: Thu, 16 May 2024 19:29:07 +0000 Subject: [PATCH] use pynvml==11.5.0 instead of clore fork --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f8c3db..7060772 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ psutil==5.9.0 python-iptables==1.0.1 websockets==12.0 packaging==23.2 -git+https://git.clore.ai/clore/pynvml.git@main \ No newline at end of file +pynvml==11.5.0 \ No newline at end of file