-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove llama 70b model due to security reason. We need add shard code in HF to enable model shardding for llama-70b, these codes are not merged into main branch as HF forks want a more general solution instead of doing shard for specify model. shared code is kept here: https://github.com/frank-dong-ms/transformers/tree/frdong/shard_llama we kept llama-70b related code here for internal use: https://github.com/frank-dong-ms/onnxruntime/tree/frdong/llama_70b
- Loading branch information
1 parent
bb76ead
commit 92f66de
Showing
4 changed files
with
0 additions
and
54 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
12 changes: 0 additions & 12 deletions
12
onnxruntime/python/tools/transformers/models/llama/benchmark_70b_model.sh
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
onnxruntime/python/tools/transformers/models/llama/convert_70b_model.sh
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
onnxruntime/python/tools/transformers/models/llama/requirements-70b-model.txt
This file was deleted.
Oops, something went wrong.