Skip to content

Commit

Permalink
[AddVersion]update Version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang3 committed Aug 15, 2023
1 parent ff8e7f2 commit 8924722
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ examples/resnet50.onnx.ignore
examples/shufflenet_v2_x1_0.bin.ignore

*.log
.vscode
.vscode

build
10 changes: 5 additions & 5 deletions doc/tutorial/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd linger && sh install.sh

### pip包安装方式
``` Shell
pip install pylinger==1.1.0
pip install pylinger==1.1.1
```

### docker镜像安装方式
Expand Down Expand Up @@ -73,20 +73,20 @@ $ sudo systemctl start docker # systemctl 命令的用法
1)、拉取镜像
* cpu版本
```shell
docker pull listenai/linger:1.1.0
docker pull listenai/linger:1.1.1
```
* gpu版本(cuda11.2)
```shell
docker pull listenai/linger_gpu:1.1.0
docker pull listenai/linger_gpu:1.1.1
```
3)、运行容器
* cpu版本
```shell
docker container run -it listenai/linger:1.1.0 /bin/bash
docker container run -it listenai/linger:1.1.1 /bin/bash
```
* gpu版本(cuda11.2)
```shell
docker container run -it listenai/linger_gpu:1.1.0 /bin/bash
docker container run -it listenai/linger_gpu:1.1.1 /bin/bash
```

如果一切正常,运行上面的命令以后,就会返回一个命令行提示符。
Expand Down
1 change: 1 addition & 0 deletions doc/tutorial/release.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
v1.1.1 2023.8.15 避免重复,升级版本号生成pypi包
v1.1.0 2023.8.15 修复layernorm量化算子四舍五入问题;调整参数clmap限制;其它bug修复
V1.0.0 2022.10.24 初始版本

0 comments on commit 8924722

Please sign in to comment.