Tianmeng

Results 5 issues of Tianmeng

Stable diffusion controlnet support depends on https://github.com/huggingface/optimum/pull/1950 this PR

openvino 2024.2.0 openvino-telemetry 2024.1.0 optimum 1.22.0.dev0 optimum-intel 1.18.0.dev0 **Script** ```python from optimum.intel import OVModelForCausalLM from transformers import AutoTokenizer MODEL_ID = "TinyLlama/TinyLlama-1.1B-Chat-v1.0" model = OVModelForCausalLM.from_pretrained(MODEL_ID, export=True) tokenizer = AutoTokenizer.from_pretrained(MODEL_ID) ``` **Error...

### System Info - `transformers` version: 4.41.2 - Platform: Windows-10-10.0.22631-SP0 - Python version: 3.10.9 - Huggingface_hub version: 0.24.5 - Safetensors version: 0.4.4 - Accelerate version: not installed - Accelerate config:...

bug

### Is there an existing issue ? / 是否已有相关的 issue ? - [X] I have searched, and there is no existing issue. / 我已经搜索过了,没有相关的 issue。 ### Describe the bug /...

bug
triage