Skip to content

Commit 178a948

Browse files
committed
Refactor comments in mistral multimodal test
1 parent e89bafa commit 178a948

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

models/tt_transformers/tests/multimodal/mistral_24b/test_vision_model.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SPDX-FileCopyrightText: © 2025 Tenstorrent Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
"""
5+
This file is a unit test for validating the Mistral-24B Vision Model pipeline.
6+
"""
7+
48
import os
59

610
import pytest

models/tt_transformers/tests/multimodal/mistral_24b/test_vision_tower.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SPDX-FileCopyrightText: © 2025 Tenstorrent Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
"""
5+
This file is a unit test for validating the Mistral-24B Vision Tower model.
6+
"""
7+
48
import os
59

610
import pytest

0 commit comments

Comments
 (0)