uygarkurt

Results 3 issues of uygarkurt

Hi, I couldn't find an issue on that. When I open Safari and Terminal side by side, one of them gets cancelled out after a while. I see browser fullscreen...

bug

Hi, thank you for this amazing work! I'm trying to edit `NousResearch/Llama-2-7b-chat-hf` using PMET. I'm following the samples you provided. However it gives exactly the same answer for both the...

question

Hi. I'm trying to evaluate an HQQ quantized model using `lm_eval` using the following command: ``` lm_eval --model hf --model_args pretrained={dir_path},dtype=half,device_map=auto --tasks {tasks} --batch_size auto:8 --apply_chat_template True --num_fewshot 5 --output_path...