[Tensor] remove ParallelAction, use ComputeSpec instread (#1166)

This commit is contained in:
Jiarui Fang
2022-06-23 17:34:59 +08:00
committed by GitHub
parent 177c374401
commit f4ef224358
20 changed files with 87 additions and 77 deletions

View File

@@ -14,4 +14,4 @@ RUN git clone https://github.com/hpcaitech/ColossalAI.git \
&& pip install -v --no-cache-dir .
# install titans
RUN pip install -no-cache-dir titans
RUN pip install --no-cache-dir titans