Update model_initial.py
Browse files- model_initial.py +1 -1
model_initial.py
CHANGED
|
@@ -4,7 +4,7 @@ from image_adapter import ImageAdapter
|
|
| 4 |
import torch
|
| 5 |
|
| 6 |
CLIP_PATH = "google/siglip-so400m-patch14-384"
|
| 7 |
-
CHECKPOINT_PATH = Path(
|
| 8 |
# CHECKPOINT_PATH = Path("cheackpoints")
|
| 9 |
|
| 10 |
|
|
|
|
| 4 |
import torch
|
| 5 |
|
| 6 |
CLIP_PATH = "google/siglip-so400m-patch14-384"
|
| 7 |
+
CHECKPOINT_PATH = Path("Adieee5/Image-captioning")
|
| 8 |
# CHECKPOINT_PATH = Path("cheackpoints")
|
| 9 |
|
| 10 |
|