feat: add sam-quantized submodule
Browse files- .gitmodules +3 -0
- machine_learning_models +1 -0
- sam-quantized +1 -0
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "sam-quantized"]
|
2 |
+
path = sam-quantized
|
3 |
+
url = https://huggingface.co/aletrn/sam-quantized
|
machine_learning_models
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
sam-quantized/machine_learning_models
|
sam-quantized
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f2db4d0d8bf462530e973c5ee152fd9894c0c2d0
|