forked from microsoft/Llama-2-Onnx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 832 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "7B_float16"]
path = 7B_float16
url = https://github.com/microsoft/Llama-2-Onnx-7-16
[submodule "7B_float32"]
path = 7B_float32
url = https://github.com/microsoft/Llama-2-Onnx-7-32
[submodule "13B_float16"]
path = 13B_float16
url = https://github.com/microsoft/Llama-2-Onnx-13-16
[submodule "13B_float32"]
path = 13B_float32
url = https://github.com/microsoft/Llama-2-Onnx-13-32
[submodule "7B_FT_float16"]
path = 7B_FT_float16
url = https://github.com/microsoft/Llama-2-Onnx-7-FT-16
[submodule "7B_FT_float32"]
path = 7B_FT_float32
url = https://github.com/microsoft/Llama-2-Onnx-7-FT-32
[submodule "13B_FT_float16"]
path = 13B_FT_float16
url = https://github.com/microsoft/Llama-2-Onnx-13-FT-16
[submodule "13B_FT_float32"]
path = 13B_FT_float32
url = https://github.com/microsoft/Llama-2-Onnx-13-FT-32