Upload 82 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- main +3 -0
- post_config.json +14 -0
- run_smolvlm_ax630c.sh +19 -0
- run_smolvlm_ax650.sh +19 -0
- smolvlm-256m-ax630c/llama_p128_l0_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l10_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l11_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l12_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l13_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l14_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l15_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l16_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l17_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l18_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l19_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l1_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l20_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l21_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l22_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l23_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l24_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l25_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l26_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l27_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l28_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l29_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l2_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l3_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l4_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l5_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l6_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l7_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l8_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_p128_l9_together.axmodel +3 -0
- smolvlm-256m-ax630c/llama_post.axmodel +3 -0
- smolvlm-256m-ax630c/model.embed_tokens.weight.bfloat16.bin +3 -0
- smolvlm-256m-ax650/llama_p128_l0_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l10_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l11_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l12_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l13_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l14_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l15_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l16_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l17_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l18_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l19_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l1_together.axmodel +3 -0
- smolvlm-256m-ax650/llama_p128_l20_together.axmodel +3 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.axmodel filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.axmodel filter=lfs diff=lfs merge=lfs -text
|
37 |
+
main filter=lfs diff=lfs merge=lfs -text
|
main
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9144c721c3868d2f18884ce559d30d481c78e41c19bf0ef0ccba46848deb6aff
|
3 |
+
size 6530232
|
post_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"enable_temperature" : true,
|
3 |
+
"temperature" : 0.9,
|
4 |
+
|
5 |
+
"enable_repetition_penalty" : false,
|
6 |
+
"repetition_penalty" : 1.2,
|
7 |
+
"penalty_window" : 20,
|
8 |
+
|
9 |
+
"enable_top_p_sampling" : false,
|
10 |
+
"top_p" : 0.8,
|
11 |
+
|
12 |
+
"enable_top_k_sampling" : true,
|
13 |
+
"top_k" : 10
|
14 |
+
}
|
run_smolvlm_ax630c.sh
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
./main \
|
2 |
+
--template_filename_axmodel "smolvlm-256m-ax630c/llama_p128_l%d_together.axmodel" \
|
3 |
+
--axmodel_num 30 \
|
4 |
+
--filename_vpm_resampler_axmodedl "smolvlm-256m-ax630c/SmolVLM-256M-Instruct_vision_nhwc.axmodel" \
|
5 |
+
--tokenizer_type 2 \
|
6 |
+
--bos 0 --eos 0 \
|
7 |
+
--use_mmap_load_embed 1 \
|
8 |
+
--filename_tokenizer_model "http://127.0.0.1:12345" \
|
9 |
+
--filename_post_axmodel "smolvlm-256m-ax630c/llama_post.axmodel" \
|
10 |
+
--use_topk 0 \
|
11 |
+
--filename_tokens_embed "smolvlm-256m-ax630c/model.embed_tokens.weight.bfloat16.bin" \
|
12 |
+
--tokens_embed_num 49280 \
|
13 |
+
--tokens_embed_size 576 \
|
14 |
+
--live_print 1 \
|
15 |
+
--continue 1 \
|
16 |
+
--img_width 512 \
|
17 |
+
--img_height 512 \
|
18 |
+
--img_token_id 49190 \
|
19 |
+
--prompt "$1" --image "$2"
|
run_smolvlm_ax650.sh
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
./main \
|
2 |
+
--template_filename_axmodel "smolvlm-256m-ax650/llama_p128_l%d_together.axmodel" \
|
3 |
+
--axmodel_num 30 \
|
4 |
+
--filename_vpm_resampler_axmodedl "smolvlm-256m-ax650/SmolVLM-256M-Instruct_vision_nhwc.axmodel" \
|
5 |
+
--tokenizer_type 2 \
|
6 |
+
--bos 0 --eos 0 \
|
7 |
+
--use_mmap_load_embed 1 \
|
8 |
+
--filename_tokenizer_model "http://127.0.0.1:12345" \
|
9 |
+
--filename_post_axmodel "smolvlm-256m-ax650/llama_post.axmodel" \
|
10 |
+
--use_topk 0 \
|
11 |
+
--filename_tokens_embed "smolvlm-256m-ax650/model.embed_tokens.weight.bfloat16.bin" \
|
12 |
+
--tokens_embed_num 49280 \
|
13 |
+
--tokens_embed_size 576 \
|
14 |
+
--live_print 1 \
|
15 |
+
--continue 1 \
|
16 |
+
--img_width 512 \
|
17 |
+
--img_height 512 \
|
18 |
+
--img_token_id 49190 \
|
19 |
+
--prompt "$1" --image "$2"
|
smolvlm-256m-ax630c/llama_p128_l0_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18542418184095a0080ffd3a0b1c74403eb4a562481ef6e2cc1065b398cd618b
|
3 |
+
size 4000254
|
smolvlm-256m-ax630c/llama_p128_l10_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e7af920b30bb102887e8779cb5195f098416f0ada8ce2b950dbf680d426b172
|
3 |
+
size 4000286
|
smolvlm-256m-ax630c/llama_p128_l11_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e14e7766113e8ffd414c38ddab11af0b21e7e66470cdfbd8605b7b036f95897e
|
3 |
+
size 4000294
|
smolvlm-256m-ax630c/llama_p128_l12_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5847b5f385321427480ddf2c99e20ba3b183931387bbe5bc391b70b0b007696f
|
3 |
+
size 4000238
|
smolvlm-256m-ax630c/llama_p128_l13_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d26a3208bb05e9f688a5c987a204ad78d5e448808cc18abf9fdb653fd8a2408e
|
3 |
+
size 4000278
|
smolvlm-256m-ax630c/llama_p128_l14_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40d96c9947ef496e25f12545353c918b5dce141c0b0e528515a914723e852e4f
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l15_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ccad6df6893eb18f4ca0544b46837c390c92c0b6dc153814120fbedfd8f3e48
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l16_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ac444b54ced6489cc368e76867af3ccb15dab641888dfb79dcf49b047560a30
|
3 |
+
size 4000270
|
smolvlm-256m-ax630c/llama_p128_l17_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99141d02fc4c2bf504743ce0654f41e584547fbd3852ce1f10276ba84c62d0c9
|
3 |
+
size 4000254
|
smolvlm-256m-ax630c/llama_p128_l18_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20f0482d2169e45899277c9d7a76c8c846ec3765392df2f1820f77139a31ab32
|
3 |
+
size 4000326
|
smolvlm-256m-ax630c/llama_p128_l19_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9737304adb9cfb64c797c7471dd334a6e1ac713d0e17de3034e4b1d2f41f659e
|
3 |
+
size 4000294
|
smolvlm-256m-ax630c/llama_p128_l1_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef69b6326c501ac5de214cb796078c449eee1fa15242ee887eba8fd680128f3e
|
3 |
+
size 4000238
|
smolvlm-256m-ax630c/llama_p128_l20_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0987fa7bd0e9369cf166b70bee66447cf41fd2dc93d8dc95645083319e28449
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l21_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e380a25c761f20a1b86ab9071e00f800cdc804414b41cd430995a93de6c109a2
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l22_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:606ce1c1df728ab04416b36fd3f6911a6ed90096c868306e66a10aa3c227b412
|
3 |
+
size 4000278
|
smolvlm-256m-ax630c/llama_p128_l23_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:558de092d2e289f7ee58e54e5642fccc84850d12d782abb5f40256c38e3e0b24
|
3 |
+
size 4000302
|
smolvlm-256m-ax630c/llama_p128_l24_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c142f49bd845705d9483a1b6f268ccacdda6640e0572290dd83aaa10f9565a1
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l25_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07a8be7cb2d1638b41d89261c7d9527e4f2639048545c0108d1c024700d26a15
|
3 |
+
size 4000270
|
smolvlm-256m-ax630c/llama_p128_l26_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb3f143c522054854ff6b9a4cd26e60cbe627525264c9410e94a989d54f6abcb
|
3 |
+
size 4000278
|
smolvlm-256m-ax630c/llama_p128_l27_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:421d818411cf0b35e9fcd3be3c85914383e461b7d12ace59bd96bbf7992dc586
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l28_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fccf84a5e51a828db603994d4b82d8745c5f010f4042344bc89872e268a809f
|
3 |
+
size 4000254
|
smolvlm-256m-ax630c/llama_p128_l29_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62749fe6bbd870dffbaf4b99465bd35ef43a4cd91fe94f8222c28ab4c88f38c6
|
3 |
+
size 4000246
|
smolvlm-256m-ax630c/llama_p128_l2_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccef8f760a70187f3cb9c8b84d048630f587b8833af161123a18244c9f991e1a
|
3 |
+
size 4000270
|
smolvlm-256m-ax630c/llama_p128_l3_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fa9c86c666a371c1d2743e8b345006deeaada8a9d5122f70e561f33e14057c3
|
3 |
+
size 4000254
|
smolvlm-256m-ax630c/llama_p128_l4_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:474bd8241ceb8ca5f9788a83ceabb930ffac1decdb67385c9c653b2cef3a5424
|
3 |
+
size 4000246
|
smolvlm-256m-ax630c/llama_p128_l5_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95ce2721e209fd0057132089e8e8768f07d86fc807a9f65a65465e9a79de631d
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_p128_l6_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccbad7d68a38f26bb1f199269a2ba35d3daaf4be93c8000846c5b68760075b9a
|
3 |
+
size 4000326
|
smolvlm-256m-ax630c/llama_p128_l7_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b69e0ea54808139047c911d723aab8c84ad7e533e0d324b7f6ce04ba731a2c93
|
3 |
+
size 4000246
|
smolvlm-256m-ax630c/llama_p128_l8_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ee6dca4997308b4da2ef6088b3719c6d30a01553ef68b6be5e09d98ae333488
|
3 |
+
size 4000286
|
smolvlm-256m-ax630c/llama_p128_l9_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2e55fefbece85c8137943f3d3aa6593d872a9f33496212ce336f1473b25b3f8
|
3 |
+
size 4000262
|
smolvlm-256m-ax630c/llama_post.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e760d62aa6929c8ba462fac6ef9d8872c44aa8d6f9c32b269b022cdf5f0e0b3
|
3 |
+
size 29070063
|
smolvlm-256m-ax630c/model.embed_tokens.weight.bfloat16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c14f96a1d5b2e68f1695c35d6f56154964fade326e93f739bae71b0adf18742
|
3 |
+
size 56770560
|
smolvlm-256m-ax650/llama_p128_l0_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4837b5c89cda55604ab6ac3900813c301b3c62cc480a00b11ef9881815b069e2
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l10_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20b0c20182d89ef59af69445aca8860423a6d4c655ec0aaf683a0dcc6d9c9a05
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l11_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22fc9b885b43909fe023ab8ede75e2d2503562f1b66c2306532befa58e8c3a92
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l12_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d510fdbab89fe57411d0bf5dda5074007054de94895e69ecb38ccb1126be1412
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l13_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b95048580c8930ae367ce79c645a1d2aa2486970d87207478c8de2f2efb77556
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l14_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a41484aacd53adca37b6514f20efc48a292dbc6b1b909a8378347fee5c415a21
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l15_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6a79d6e577acf547666d2e367866a1ff3e330a6412092b65cc8ccea5f071243
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l16_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6f878d337439d3a75a55b2a0d7ca75eba530874757917cdcb535c3a43977bc2
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l17_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16325e0797150ad3fd61929535e07ff70de27f96ad15b1c225362344a96fa74
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l18_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa9786ef6c081d1a10e773e9725438543f8b43221c7d8f0ee8346c65a97e69e6
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l19_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93f39ef8da01c87841798ec7065215f53a2c877c2e9fd6a2dc60a24dd6d31a65
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l1_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aef95a11f4ed130f95f27bdaac68ef4770947e6a3df1e30250b8d26f930f378
|
3 |
+
size 4123610
|
smolvlm-256m-ax650/llama_p128_l20_together.axmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7aa90100396763c4408b0790f726de127c5747cf9e8da1d0d041d8fedc81d11
|
3 |
+
size 4123610
|