-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [kunlunxin] fix tacotron2 running error and add 1x1 & 2x8 config (#346) * [kunlunxin] fix tacotron2 running error and add 1x1 & 2x8 config * [kunlunxin] modify tacotron2 test_config * [kunlunxin] update tacotron2 readme * [kunlunxin] modify tacotron2 torch.load() * [iluvatar] swin_transformer-pytorch 1x1 2x8 (#340) * update iluvatar/swin_transformer-pytorch * update * update * update * fix batch size mistake in readme * correct val_loss to final acc1 * add finnal_acc1 and mem in readme * correct readme mem --------- Co-authored-by: 魏杰 <[email protected]> Co-authored-by: 杨智超 <[email protected]> Co-authored-by: clveryang <[email protected]> * fix get_system_info for iluvatar_monitor (#351) Co-authored-by: zhouyu <[email protected]> * update iluvatar mobilenetv2 config (#356) Co-authored-by: sen.li <[email protected]> * Update README.md (#357) * Update README.md * Update README.md * [iluvatar] bertlarge inference case (#353) * iluvatar bertlarge MLM inference case * update ixrt readme --------- Co-authored-by: 杨智超 <[email protected]> * [mthreads] bert_hf 1x8 (#350) * support bert_hf fp32/amp/bf16 training for mthreads * update readme * prevent overrun * 1x1/2x8 not support * 【mthreads】【block】resnet50 training (#246) * support resnet50 training on mthreads * fix typo * support rn50 amp training on mthreads * add test config (should revert this commit) * update config & readme * add get_system_info fn * update * 1x1/2x8 not support --------- Co-authored-by: Zhou Yu <[email protected]> * fix llama, add TFLOPS log (#358) * fixllama * add t/tflops * [mthreads] deepspeed llama2 * update readme for sdpa --------- Co-authored-by: jamesruio <[email protected]> Co-authored-by: swish swish <[email protected]> Co-authored-by: 魏杰 <[email protected]> Co-authored-by: 杨智超 <[email protected]> Co-authored-by: clveryang <[email protected]> Co-authored-by: Zhou Yu <[email protected]> Co-authored-by: zhouyu <[email protected]> Co-authored-by: forestlee95 <[email protected]> Co-authored-by: sen.li <[email protected]> Co-authored-by: uuup <[email protected]> Co-authored-by: clveryang <[email protected]> Co-authored-by: mingyuanw-mt <[email protected]> Co-authored-by: shh2000 <[email protected]>
- Loading branch information
1 parent
57fc52e
commit 9c64606
Showing
49 changed files
with
934 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
inference/benchmarks/bertLarge/pytorch/iluvatar_requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
transformers | ||
onnxsim |
5 changes: 5 additions & 0 deletions
5
inference/configs/bertLarge/vendor_config/iluvatar_configurations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ixrt_tmp_path: iluvatar_tmp/bertLarge.trt | ||
compiler: ixrt | ||
# no_validation: true | ||
has_dynamic_axis: false | ||
torchtrt_full_compile: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
>联系邮箱: [email protected] | ||
ixrt-0.7.0+corex.latest.version-cp310-cp310-linux_x86_64.whl | ||
ixrt-0.8.0+corex.latest.version-cp310-cp310-linux_x86_64.whl | ||
|
||
torchvision-0.14.1+corex.3.2.1.20231006.892-cp310-cp310-linux_x86_64.whl | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
training/iluvatar/mobilenetv2-pytorch/config/config_BI-V100x1x8.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from config_common import * | ||
|
||
train_batch_size = 256 | ||
eval_batch_size = 256 | ||
train_batch_size = 32 | ||
eval_batch_size = 32 | ||
|
Oops, something went wrong.