Skip to content

Commit

Permalink
Upgrade voir to 0.2.6 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
breuleux authored May 2, 2023
1 parent 955ce31 commit 1eb4887
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion benchmarks/accelerate_opt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
)
from transformers.utils import get_full_repo_name
from voir.smuggle import SmuggleWriter
from voir.instruments.gpu import Monitor, get_gpu_info
from voir.instruments.gpu import get_gpu_info
from voir.instruments.utils import Monitor

logger = get_logger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/accelerate_opt/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/accelerate_opt/requirements.in
xxhash==3.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/dlrm/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/dlrm/requirements.in
websocket-client==1.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/huggingface/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/huggingface/requirements.in
2 changes: 1 addition & 1 deletion benchmarks/stable_baselines3/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ urllib3==1.26.15
# sentry-sdk
varname==0.10.0
# via giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/stable_baselines3/requirements.in
wandb==0.14.0
# via -r benchmarks/stable_baselines3/requirements.in
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/stargan/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/stargan/requirements.in
2 changes: 1 addition & 1 deletion benchmarks/super-slomo/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/super-slomo/requirements.in
2 changes: 1 addition & 1 deletion benchmarks/timm/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/timm/requirements.in
2 changes: 1 addition & 1 deletion benchmarks/torchvision/requirements.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ varname==0.10.0
# via
# -c .pin-constraints-torch.txt
# giving
voir==0.2.5
voir==0.2.6
# via -r benchmarks/torchvision/requirements.in
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hrepr = "^0.4.0"
blessed = "^1.19.1"
pathspec = "^0.9.0"
cp-template = "^0.3.0"
voir = "^0.2.2"
voir = "^0.2.6"
pandas = "^1.4.2"
numpy = ">=1.23.0"
pynvml = "^11.4.1"
Expand Down

0 comments on commit 1eb4887

Please sign in to comment.