mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 17:59:18 +08:00
7 lines
179 B
Python
7 lines
179 B
Python
import torch
|
|
|
|
torch.set_grad_enabled(False)
|
|
torch.manual_seed(1234)
|
|
from .base import BaseModel
|
|
from .minicpm_llama3_v_2_5 import MiniCPM_Llama3_V
|
|
from .minicpm_v import MiniCPM_V |