1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2024-09-21 01:59:37 +00:00
meme-search-engine/clip_server_config.json

7 lines
154 B
JSON
Raw Permalink Normal View History

2023-09-28 16:30:20 +00:00
{
2023-11-13 17:31:43 +00:00
"model": "ViT-SO400M-14-SigLIP-384",
2023-10-08 21:52:17 +00:00
"model_name": "siglip-so400m/14@384",
2023-09-28 16:30:20 +00:00
"max_batch_size": 128,
2023-11-13 17:31:43 +00:00
"port": 1708,
"device": "cuda:0"
2023-09-28 16:30:20 +00:00
}