diff --git "a/logs.txt" "b/logs.txt" new file mode 100644--- /dev/null +++ "b/logs.txt" @@ -0,0 +1,522 @@ +/opt/conda/envs/py310/bin/python -m mlc_llm gen_config /models/Mistral-7B-Instruct-v0.3 --quantization q0f16 --conv-template mistral_default --output /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC +[2024-06-02 06:17:11] INFO auto_config.py:116: Found model configuration: /models/Mistral-7B-Instruct-v0.3/config.json +[2024-06-02 06:17:11] INFO auto_config.py:154: Found model type: mistral. Use `--model-type` to override. +[2024-06-02 06:17:11] INFO mistral_model.py:56: prefill_chunk_size defaults to 2048 +[2024-06-02 06:17:11] INFO config.py:107: Overriding max_batch_size from 1 to 80 +[2024-06-02 06:17:11] INFO gen_config.py:143: [generation_config.json] Setting bos_token_id: 1 +[2024-06-02 06:17:11] INFO gen_config.py:143: [generation_config.json] Setting eos_token_id: 2 +[2024-06-02 06:17:11] INFO gen_config.py:155: Found tokenizer config: /models/Mistral-7B-Instruct-v0.3/tokenizer.model. Copying to /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC/tokenizer.model +[2024-06-02 06:17:11] INFO gen_config.py:155: Found tokenizer config: /models/Mistral-7B-Instruct-v0.3/tokenizer.json. Copying to /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC/tokenizer.json +[2024-06-02 06:17:11] INFO gen_config.py:157: Not found tokenizer config: /models/Mistral-7B-Instruct-v0.3/vocab.json +[2024-06-02 06:17:11] INFO gen_config.py:157: Not found tokenizer config: /models/Mistral-7B-Instruct-v0.3/merges.txt +[2024-06-02 06:17:11] INFO gen_config.py:157: Not found tokenizer config: /models/Mistral-7B-Instruct-v0.3/added_tokens.json +[2024-06-02 06:17:11] INFO gen_config.py:155: Found tokenizer config: /models/Mistral-7B-Instruct-v0.3/tokenizer_config.json. Copying to /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC/tokenizer_config.json +[2024-06-02 06:17:11] INFO gen_config.py:216: Detected tokenizer info: {'token_postproc_method': 'byte_fallback', 'prepend_space_in_encode': False, 'strip_space_in_decode': True} +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting pad_token_id: 0 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting temperature: 1.0 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting presence_penalty: 0.0 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting frequency_penalty: 0.0 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting repetition_penalty: 1.0 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting top_p: 1.0 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting mean_gen_len: 128 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting max_gen_len: 512 +[2024-06-02 06:17:11] INFO gen_config.py:32: [System default] Setting shift_fill_factor: 0.3 +[2024-06-02 06:17:11] INFO gen_config.py:223: Dumping configuration file to: /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC/mlc-chat-config.json +/opt/conda/envs/py310/bin/python -m mlc_llm convert_weight /models/Mistral-7B-Instruct-v0.3 --quantization q0f16 --output /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC +[2024-06-02 06:17:13] INFO auto_config.py:116: Found model configuration: /models/Mistral-7B-Instruct-v0.3/config.json +[2024-06-02 06:17:14] INFO auto_device.py:79: Found device: cuda:0 +[2024-06-02 06:17:16] INFO auto_device.py:88: Not found device: rocm:0 +[2024-06-02 06:17:17] INFO auto_device.py:88: Not found device: metal:0 +[2024-06-02 06:17:19] INFO auto_device.py:79: Found device: vulkan:0 +[2024-06-02 06:17:19] INFO auto_device.py:79: Found device: vulkan:1 +[2024-06-02 06:17:19] INFO auto_device.py:79: Found device: vulkan:2 +[2024-06-02 06:17:19] INFO auto_device.py:79: Found device: vulkan:3 +[2024-06-02 06:17:21] INFO auto_device.py:88: Not found device: opencl:0 +[2024-06-02 06:17:21] INFO auto_device.py:35: Using device: cuda:0 +[2024-06-02 06:17:21] INFO auto_weight.py:71: Finding weights in: /models/Mistral-7B-Instruct-v0.3 +[2024-06-02 06:17:21] INFO auto_weight.py:137: Not found Huggingface PyTorch +[2024-06-02 06:17:21] INFO auto_weight.py:144: Found source weight format: huggingface-safetensor. Source configuration: /models/Mistral-7B-Instruct-v0.3/model.safetensors.index.json +[2024-06-02 06:17:21] INFO auto_weight.py:107: Using source weight configuration: /models/Mistral-7B-Instruct-v0.3/model.safetensors.index.json. Use `--source` to override. +[2024-06-02 06:17:21] INFO auto_weight.py:111: Using source weight format: huggingface-safetensor. Use `--source-format` to override. +[2024-06-02 06:17:21] INFO auto_config.py:154: Found model type: mistral. Use `--model-type` to override. +[2024-06-02 06:17:21] INFO mistral_model.py:56: prefill_chunk_size defaults to 2048 +Weight conversion with arguments: + --config /models/Mistral-7B-Instruct-v0.3/config.json + --quantization NoQuantize(name='q0f16', kind='no-quant', model_dtype='float16') + --model-type mistral + --device cuda:0 + --source /models/Mistral-7B-Instruct-v0.3/model.safetensors.index.json + --source-format huggingface-safetensor + --output /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC +Start storing to cache /models/mlc-delivery/hf/mlc-ai/Mistral-7B-Instruct-v0.3-q0f16-MLC + 0%| | 0/195 [00:00