YellowRoseCx

Results 8 issues of YellowRoseCx

Fixed a few errors I was having such as calling "url" when needing "sd_url", introduced a cleaner .env loading system, added most if not all possible options in the prompt...

One of the options when manually creating a release is to create and link a discussion to it, is that possible to do with this tool or could that feature...

enhancement

### Problem Description When compiling a C++ project with Clang 18 from the latest ROCm 6.2.0 install, when using the flag: ``-fmath-errno`` I get this error: ``lld: error: undefined hidden...

Under Investigation
AMD Radeon Pro W6800
ROCm 6.2.0

Attempted to change the gptj.py file based on the differences between GPTJ and RW GPTJ: ``` layer_type = "GPTJBlock" layers_block_name = "transformer.h" outside_layer_modules = ["transformer.wte", "transformer.ln_f"] inside_layer_modules = [ ["attn.k_proj",...

Goal is to allow multiple GPUs to pool together their VRAM for use during evaluation and quantization. Goal is also to be able to set a maximum amount of memory...

**Problem:** Previously, if a local asset had the same checksum as a server asset, the upload was immediately skipped as a duplicate (`SameOnServer`). This happened before the `--overwrite` flag was...

On linux mint 22.1, built from source at this commit: ``commit 20cd89fd13b262f4a265c2b860f83efd870c11f2 (HEAD -> main, origin/main, origin/HEAD)`` I'm using this upload command: ``user@pc-ws-linux:~/immich-go$ ./immich-go upload from-folder --concurrent-uploads 10 --into-album "my_album"...