Andrea Pagliacci
Results
1
issues of
Andrea Pagliacci
I have Python 3.10, ctransformers 0.2.24 ( I tested with 0.2.24 too) The code ``` llm = AutoModelForCausalLM.from_pretrained('llama-2-7b-chat.ggmlv3.q2_K.bin', model_type='llama') ``` Sistematically I have error ``` Traceback (most recent call last):...