Skip to content

Commit 6d70339

Browse files
no need to check "tokenizer.model"
Signed-off-by: cliu-us <cliu@us.ibm.com>
1 parent b6062fc commit 6d70339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/build/test_launch_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _validate_quantization_output(base_dir, quant_method):
250250
assert os.path.exists(os.path.join(base_dir, "tokenizer.json")) is True
251251
assert os.path.exists(os.path.join(base_dir, "special_tokens_map.json")) is True
252252
assert os.path.exists(os.path.join(base_dir, "tokenizer_config.json")) is True
253-
assert os.path.exists(os.path.join(base_dir, "tokenizer.model")) is True
253+
# assert os.path.exists(os.path.join(base_dir, "tokenizer.model")) is True
254254

255255
# Check quantized model files exist
256256
if quant_method == "gptq":

0 commit comments

Comments
 (0)