forked from dmlc/gluon-nlp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update test_models.py * Update lazy_imports.py * Update test_models.py * Update test_models.py * Update unittests.yml * Update unittests.yml * Update unittests.yml * Update test_models.py * Update test_models.py * Update test_models.py * Update test_models.py * use the new API * update dockerfile * update * move recommended flags to misc * Update ubuntu18.04-gpu.Dockerfile * Update ubuntu18.04-gpu.Dockerfile * Update ubuntu18.04-gpu.Dockerfile * Update ubuntu18.04-gpu.Dockerfile * Update ubuntu18.04-gpu.Dockerfile * Update ubuntu18.04-gpu.Dockerfile * Update install_ubuntu18.04_core.sh * Update install_ubuntu18.04_core.sh * Update install_ubuntu18.04_core.sh * Update install_ubuntu18.04_core.sh * Update install_ubuntu18.04_core.sh * update * Update ubuntu18.04-gpu.Dockerfile * Update install_tvm_cpu.sh * use C4 * try to fix the doc * fix * try to fix doc * Update test_models.py * Update test_models.py * Update test_models.py * Update test_models.py * Update test_models.py * update * try to add tvm to profiler * add tvm for inference benchmarking * Update README.md * Update README.md * Update benchmark_gluonnlp.py * Update benchmark_utils.py * Update misc.py * Update README.md * Update install_tvm_gpu.sh * update * Update install_tvm_gpu.sh * Update install_tvm_gpu.sh * Update ubuntu18.04-gpu.Dockerfile * update * Update gluon_nlp_job.sh * Update gluon_nlp_job.sh * update * Create run_batch_backbone_profiling.sh * fix to 20201016 * Delete run_batch_backbone_profiling.sh * remove * Update test_models.py * remove all hybridize * Update test_models_roberta.py * try to disable the check of roberta base * test hybridize * Update test_models.py * Update test_models.py * Update test_models.py * Update test_models.py
- Loading branch information
1 parent
7910d6d
commit 8c8b0c9
Showing
23 changed files
with
448 additions
and
99 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
python3 benchmark_gluonnlp.py --layout NT --compute_layout NT --mode inference --use_tvm --instance_type g4 | ||
python3 benchmark_gluonnlp.py --layout NT --compute_layout TN --mode inference --use_tvm --instance_type g4 | ||
python3 benchmark_gluonnlp.py --layout TN --compute_layout TN --mode inference --use_tvm --instance_type g4 |
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
Oops, something went wrong.