mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 09:49:20 +08:00
7 lines
177 B
Python
7 lines
177 B
Python
import torch
|
|
|
|
torch.set_grad_enabled(False)
|
|
torch.manual_seed(1234)
|
|
from .base import BaseModel
|
|
from .minicpm_v import MiniCPM_V, MiniCPM_Llama3_V, MiniCPM_V_2_6, MiniCPM_o_2_6
|