Skip to content

Commit

Permalink
[CI] Fix merge stage test (#523)
Browse files Browse the repository at this point in the history
fix merge_stage_test in ci
  • Loading branch information
humu789 committed Apr 24, 2023
1 parent d9c5bc8 commit d3cd028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ workflows:
torch: 1.8.1
# Use double quotation mark to explicitly specify its type
# as string instead of number
cuda: "10.1"
cuda: "10.2"
filters:
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ English | [简体中文](README_zh-CN.md)

## Introduction

MMRazor is a model compression toolkit for model slimming and AutoML, which includes 3 mainstream technologies:
MMRazor is a model compression toolkit for model slimming and AutoML, which includes 4 mainstream technologies:

- Neural Architecture Search (NAS)
- Pruning
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

## 说明

MMRazor是一个可用于模型瘦身和AutoML的模型压缩工具箱,包含了3种主流的技术
MMRazor是一个可用于模型瘦身和AutoML的模型压缩工具箱,包含了4种主流的技术

- 网络结构搜索 (NAS)
- 模型剪枝
Expand Down

0 comments on commit d3cd028

Please sign in to comment.