[sync] Sync feature/colossal-infer with main

This commit is contained in:
Yuanheng Zhao
2024-05-20 15:50:53 +00:00
61 changed files with 6976 additions and 276 deletions

View File

@@ -8,6 +8,13 @@ body:
attributes:
value: >
#### Not suitable for your needs? [Open a blank issue](https://github.com/hpcaitech/ColossalAI/issues/new).
- type: checkboxes
attributes:
label: Is there an existing issue for this bug?
description: Please search [here](https://github.com/hpcaitech/ColossalAI/issues) to see if an open or closed issue already exists for the bug you have encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: 🐛 Describe the bug

View File

@@ -140,7 +140,7 @@ jobs:
- name: Install Colossal-AI
run: |
BUILD_EXT=1 pip install -v -e .
pip install -v -e .
pip install -r requirements/requirements-test.txt
- name: Store Colossal-AI Cache