DogeWatch
DogeWatch
I want to do hyperparameters finetuning with accelerate, use like the ray tune, is there some example code?
https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/25ad4d675039f1eccabb2f7ca6c14b11ee8d02c1/labml_nn/transformers/switch/__init__.py#L139 here final_output.dtype is torch.float32 and expert_output[i].dtype is torch.bfloat16 shoud set dtype of final_output like `final_output = x.new_zeros(x.shape, dtype=expert_output[0].dtype)`
请问可以添加支持么
➜ hash_extender git:(master) ✗ make [CC] buffer.o [CC] formats.o [CC] hash_extender.o [CC] hash_extender_engine.o [CC] test.o [CC] util.o [LD] hash_extender Undefined symbols for architecture x86_64: "_WHIRLPOOL_Final", referenced from: _whirlpool_hash in hash_extender_engine.o...
I try to use the auto-gptq to load starcoder 4-bit model (https://huggingface.co/mayank31398/starcoder-GPTQ-4bit-128g), and training with get_gptq_peft_model method. My model is a custom torch modle and the starcoder model is inside...
here is my config ```json { "bf_16": { "enable": true }, "optimizer": { "type": "AdamW", "params": { "lr": "auto", "weight_decay": "auto" } }, "scheduler": { "type": "WarmupDecayLR", "params": { "warmup_min_lr":...
刷入重启后可以正常进入桌面左右滑动,但是只要点击任意的app就卡死了,系统是小乌龟改的最新的开发版12.5
I'm osx 10.12.6, and have installed ecm by homebrew, the error log is: top/driver.c:42:11: fatal error: 'ecm.h' file not found #include ^ 1 error generated. make: *** [top/driver.o] Error 1
how to support the macos and linux. On linux the get_dispatcher function return right address but after that the gen_microcode func return None.
**Describe the bug** Import file error Invalid index: 24576 java.io.IOException: Invalid index: 24576 **Screenshots** **Attachments** [fc68fc890e0d34c331d58c592f87d8058522498b50daa2b9d65d0b877e4fc7c9.zip](https://github.com/NationalSecurityAgency/ghidra/files/15271927/fc68fc890e0d34c331d58c592f87d8058522498b50daa2b9d65d0b877e4fc7c9.zip) **Environment (please complete the following information):** - OS: macOS 14.4.1 - Java Version: 17.0.1...