locate-anything-3b-p150 / tt_kernel_manifest.json
changh95's picture
Add files using upload-large-folder tool
9ca4122 verified
Raw
History Blame Contribute Delete
4.2 kB
{
"schema_version": "5.1",
"name": "locate-anything-3b-p150",
"tt_metal_version": "0.65.2.dev9100",
"arch": "blackhole",
"device_count": 1,
"producer": {
"tt_kernel_version": "0.1.0",
"created_at": "2026-09-13T16:02:53.683674+00:00",
"hostname": "deepgadget"
},
"weights": {
"repo_id": "nvidia/LocateAnything-3B",
"revision": "c32291ca5e996f5a7a485845b4f57a233936bba0",
"allow_patterns": null,
"ignore_patterns": [
"assets/*",
"training_args.bin"
],
"repo_type": "model"
},
"mesh": null,
"entrypoint": null,
"resources": null,
"capabilities": null,
"env": {},
"bundled": null,
"deps": null,
"container": {
"image": {
"registry": "hf",
"repository": "locate-anything-3b-p150",
"tag": "tt-model/locate-anything-3b-p150:164e85a72e70",
"digest": "sha256:164e85a72e70874bf01daafd355ec5b506fe6f5774d13c97488ab492f38ffee9"
},
"kind": "tt-dit-server",
"runtime": {
"app": "locate_anything.server.app:app",
"mesh_shape_env": "TT_MESH_SHAPE",
"packages": [
"numpy>=1.24.4,<2",
"transformers==5.12.1",
"safetensors",
"huggingface_hub",
"loguru",
"tqdm",
"pytest",
"pyyaml"
],
"lock": "requirements.lock"
},
"serve": {
"hardware": "p150",
"mesh_device": "P150",
"port": 20000,
"max_model_len": null,
"max_num_seqs": null,
"block_size": null,
"server_timeout": null,
"capabilities": null,
"additional_config": {},
"args": [],
"env": {
"TT_WEIGHTS_REVISION": "c32291ca5e996f5a7a485845b4f57a233936bba0",
"TT_METAL_VISIBLE_DEVICES": "0",
"LA_IN_TOKEN_LIMIT": "1024",
"LA_PREC": "accuracy",
"LA_TRACE": "1",
"LA_WARMUP_RUNS": "2",
"TT_FUSED": "1"
}
},
"serve_profiles": [
{
"hardware": null,
"mesh_device": null,
"port": null,
"max_model_len": null,
"max_num_seqs": null,
"block_size": null,
"server_timeout": null,
"capabilities": null,
"additional_config": {},
"args": [],
"env": {},
"name": "default",
"description": null
}
],
"default_profile": null,
"code_dir": "code",
"verify": [
"import locate_anything.server.app as a; assert a.app",
"import locate_anything.tt.pipeline, locate_anything.tt.vision, locate_anything.tt.model_la, locate_anything.reference.la_inputs, locate_anything.reference.extract_llm_checkpoint",
"import models.tt_transformers.tt.model_config, models.tt_transformers.tt.generator, models.demos.qwen25_vl.tt.common, models.common.utility_functions",
"import transformers; assert transformers.__version__ == '5.12.1', transformers.__version__",
"import safetensors, huggingface_hub, loguru, tqdm, pytest, yaml, numpy; assert numpy.__version__.startswith('1.'), numpy.__version__",
"from pathlib import Path; assert Path('/opt/tt-metal/models/tt_transformers/tt/prefetcher/prefetcher_config.yaml').is_file()",
"from pathlib import Path; assert Path('/opt/tt-metal/locate_anything/server/smoke_test.py').is_file()",
"from pathlib import Path; assert 'spill_ff1_3' in Path('/opt/tt-metal/models/tt_transformers/tt/mlp.py').read_text(), 'mlp.py overlay (decode w1/w3 DRAM spill) missing'"
],
"built": {
"image": "tt-model/locate-anything-3b-p150:164e85a72e70",
"repo": "changh95/locate-anything-3b-p150",
"tt_model_version": "0.1.0",
"created_at": "2026-09-13T15:59:45+00:00",
"tt_metal": {
"sha": "8b98410e730bb504fea43a88609756e34821d91d",
"describe": "v0.78.0-dev20260820-25-g8b98410e73",
"dirty": false,
"scm_version": "0.65.2.dev9100",
"mode": "local",
"remote": "https://github.com/tenstorrent/tt-metal.git",
"branch": "main",
"pushed": true
},
"code_sha256": "27dc2b154aa86da9d0b5c303c649e0b8dc6f321a137d41b81bc3ca4c041d1f89",
"image_digest": "sha256:164e85a72e70874bf01daafd355ec5b506fe6f5774d13c97488ab492f38ffee9"
}
}
}