Skip to content

Commit a7f00f8

Browse files
authored
[New Sample] Add 'all-MiniLM-L6-v2' Model Computational Graph (#97)
* [New Sample] Add 'all-MiniLM-L6-v2' Model Computational Graph (#88) * [代码优化] 重构 all-MiniLM-L6-v2 模型 forward 方法参数格式 (#89) * [New Sample] 添加 all-MiniLM-L6-v2 模型实现及相关配置文件
1 parent 4058519 commit a7f00f8

File tree

6 files changed

+3496
-0
lines changed

6 files changed

+3496
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6d8b5686295201d8140f6155bc3bcc52982d4faa5003fdfb34ad62dc3ba93fd2
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"framework": "torch",
3+
"num_devices_required": 1,
4+
"num_nodes_required": 1
5+
}

samples/transformers-auto-model/all-MiniLM-L6-v2/input_meta.py

Whitespace-only changes.

samples/transformers-auto-model/all-MiniLM-L6-v2/input_tensor_constraints.py

Whitespace-only changes.

samples/transformers-auto-model/all-MiniLM-L6-v2/model.py

Lines changed: 883 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)