Skip to content

Commit 9ed716d

Browse files
committed
trigger workflow
1 parent 1901d94 commit 9ed716d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: 3.9
5757

5858
- name: Download the whl
59-
uses: actions/download-artifact@v4.1.7
59+
uses: actions/download-artifact@v3
6060
with:
6161
name: dist-pip-whl
6262

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Write TensorBoard events with simple function call.
88

9-
The current release (v2.5) is tested on anaconda3, with PyTorch 1.11.0 / torchvision 0.12 / tensorboard 2.9.0.
9+
The current release (v2.6.2.2) is tested on anaconda3, with PyTorch 1.11.0 / torchvision 0.12 / tensorboard 2.9.0.
1010

1111
* Support `scalar`, `image`, `figure`, `histogram`, `audio`, `text`, `graph`, `onnx_graph`, `embedding`, `pr_curve`, `mesh`, `hyper-parameters`
1212
and `video` summaries.

0 commit comments

Comments
 (0)