Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saareliad authored Jun 18, 2021
1 parent c77ef38 commit c3d8530
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@

# FTPipe

This repository contains code used for FTPipe USENIX ATC21 paper* and future works.
This repository contains code used for FTPipe USENIX ATC21 paper and future works. (Fine-tuning giant neural networks on commodity hardware with automatic pipeline model parallelism.

Code for Pipeline Staleness Mitigation is also included.

Arxiv and Citation comming soon.
An arxiv version and citation are coming soon.

*Fine-tuning giant neural networks on commodity hardware with automatic pipeline model parallelism
Code for Pipeline Staleness Mitigation is also included.

## Overview
This repository is used to explore various methods of pipeline-model-parallelism.
It is capable of automatically partitionining, training and fine-tuning giant neural networks, wth synchronous or asynchronous pipeline.
It is capable of automatically partitionining, training and fine-tuning giant neural networks, with both synchronous and asynchronous pipelines.


## Usage
Expand Down

0 comments on commit c3d8530

Please sign in to comment.