Spaces:
Running
on
T4
Running
on
T4
thomasht86
commited on
Upload folder using huggingface_hub
Browse files
main.py
CHANGED
@@ -388,4 +388,4 @@ def get():
|
|
388 |
|
389 |
if __name__ == "__main__":
|
390 |
# ModelManager.get_instance() # Initialize once at startup
|
391 |
-
serve(port=7860)
|
|
|
388 |
|
389 |
if __name__ == "__main__":
|
390 |
# ModelManager.get_instance() # Initialize once at startup
|
391 |
+
serve(port=7860, reload=False)
|
~/model_cache/.locks/models--vidore--colpali-v1.2/1cb1d88cb1f7fa16e3ff16912d38c3a54e619c23.lock
ADDED
File without changes
|
~/model_cache/models--vidore--colpali-v1.2/blobs/1cb1d88cb1f7fa16e3ff16912d38c3a54e619c23
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "vidore/colpaligemma-3b-pt-448-base",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": "gaussian",
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": "(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
|
23 |
+
"task_type": "FEATURE_EXTRACTION",
|
24 |
+
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
+
}
|
~/model_cache/models--vidore--colpali-v1.2/refs/main
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
5de5fe7ab09dd4d24fc0a41b9c23326bbb754953
|