[CI] Fix merge stage test (#523)

fix merge_stage_test in ci
quantize
humu789 2023-04-24 18:19:13 +08:00 committed by GitHub
parent d9c5bc845c
commit d3cd028f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -49,7 +49,7 @@
## 说明
MMRazor是一个可用于模型瘦身和AutoML的模型压缩工具箱包含了3种主流的技术:
MMRazor是一个可用于模型瘦身和AutoML的模型压缩工具箱包含了4种主流的技术:
- 网络结构搜索 (NAS)
- 模型剪枝