-
### Current Behavior
Hi
I got a memory access violation when using SetRectangle and an 8Bit image.
I only tested the simple example from the tesseract documentation (SetRectangle_example from […
-
修改load_in_8bit参数,可以不用安装最新的bitsandbytes和peft(尤其是要处理对于cuda等环境依赖的时候,成本会很高)
我推荐 load_in_8bit=False,不影响模型的训练和加载,可以提升大家接入使用的速度
-
It would be nice if ShareX had a way to losslessly capture HDR screenshots. As it is ShareX converts them from 10bits per channel to 8bits per channel, making it a lossy capture.
Searching I found …
-
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
---
Original Issue…
-
お世話になってます。今後オプティマイザ追加予定はありますか?
traintrain.py:OPTIMIZERS = []
trainer.py:def get_optimizer(name: str)、if name.startswith("")
このあたりに項目追加すれば他のオプティマイザを使うことが可能でしょうか?
bitsandbytes (bnb) のアップデートで 8bi…
-
With the release of the new [Mistral NeMo 12B model](https://mistral.ai/news/mistral-nemo/) we now have weights that were pre-trained with FP8. It would be great if Unsloth could support 8bit as well …
rwl4 updated
3 months ago
-
When I tested, I found that the input gray image(8bit) can not work. Is it necessary to add the code that converts the gray image(8bit) into RGB image(24bit)?
![SharedScreenshot](https://user-images.…
-
Hello,
When compiling the following simple function with ppci-cc 0.5.8
int f(char *s) {
return *s - '0';
}
The generated IR code is
global function i64 f(ptr s) {
f_block0: {
i8 load_0…
-
## Use Case
The viewer currently is programmed to convert zarr data to 8-bit intensity when it is fetched. This 8-bit format is used throughout the viewer for performance reasons. In XY mode for …
-
A bit depth of 14 is standard for CZI images, and I have no problems opening original tiled images, or fused/unfused (according to Zen) stitched results at that bit depth.
When saving images in 8bit …