MCPcopy
hub / github.com/modelscope/ms-swift / test_vlm_bnb_quant

Function test_vlm_bnb_quant

tests/export/test_quant.py:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def test_vlm_bnb_quant():
38 from swift import ExportArguments, InferArguments, export_main, infer_main
39 export_main(ExportArguments(model='Qwen/Qwen2-VL-7B-Instruct', quant_bits=4, quant_method='bnb'))
40
41 # infer_main(InferArguments(ckpt_dir='Qwen/Qwen2-VL-7B-Instruct-bnb-int4'))
42
43
44def test_bert():

Callers

nothing calls this directly

Calls 2

export_mainFunction · 0.90
ExportArgumentsClass · 0.90

Tested by

no test coverage detected