Skip to content

Commit

Permalink
More content for large model training
Browse files Browse the repository at this point in the history
  • Loading branch information
kshama-msft committed Oct 27, 2023
1 parent 30b2cac commit 34d52ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/training/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
<br /><br />
<p class="text-xl">
ORTModule accelerates training of large transformer based PyTorch models. The training time and
cost is reduced with a few lines of code change. It is built on top of highly successful and
proven technologies of ONNX Runtime and ONNX format.
training cost is reduced with a few lines of code change. It is built on top of highly successful and
proven technologies of ONNX Runtime and ONNX format. It is composable with technologies like DeepSpeed and
accelerates pre-training and finetuning for state of the art LLMs. It is integrated in the Hugging Face Optimum
library which provides an ORTTrainer API to use ONNX Runtime as the backend for training acceleration.
</p>
<br />
<div class="bg-white w-100 md:w-1/2 p-4">
Expand Down

0 comments on commit 34d52ab

Please sign in to comment.