EyeDeck
EyeDeck
So, I ran into a confusing thing earlier, where one line of code in one of my scripts wasn't working as expected. I investigated, and here's some test code that...
I'm not sure if this project is still active, but I still use Caprica constantly because I appreciate the faster compile speed and language extensions, so I'll leave this here...
Quick foreword, I managed to hose my OS permissions while trying to clean up some old backups. Took ownership of a folder from an old drive that was refusing to...
[Chromaticraft] Enrichment vines, and other non-ticking TEs, don't properly initialize TE cache data
So DragonAPI TileEntities keep an adjacent TileEntity cache, presumably for speed purposes. This cache is normally filled on first tick, in this method: https://github.com/ReikaKalseki/DragonAPI/blob/b988eda2ddfea6a9912d77d0940ba94500089a3e/Base/TileEntityBase.java#L681 ```Java if (this.getTicksExisted() == 0) {...
The progression trigger for FARLANDS doesn't exist, and apparently never has. Evidently nobody noticed, or at least cared, since FARLANDS wasn't actually gating until recently. In the current version it's...
So as I understand it, this is the _intended_ functionality of Applied Hotbars, assuming a operational ME system is appropriately linked, and resources/storage space are available. - When placing a...
Short backstory, I was hunting for a Chromaticraft "Dense Generation" page for quite some time, and Reika set the drop chance on that page very, very low. Lots of exploration,...
``` CUDA_VISIBLE_DEVICES=0 python llama.py /mnt/g/models/conceptofmind_LLongMA-2-13b c4 --wbits 4 --true-sequential --act-order --groupsize 32 --save_safetensors /mnt/g/models/LLongMA-2-13b-16k-GPTQ/4bit-32g-tsao.safetensors Found cached dataset json (/home/anon/.cache/huggingface/datasets/allenai___json/allenai--c4-6fbe877195f42de5/0.0.0/0f7e3662623656454fcd2b650f34e886a7db4b9104504885bd462096cc7a9f51) Found cached dataset json (/home/anon/.cache/huggingface/datasets/allenai___json/allenai--c4-efc3d4f4606f44bd/0.0.0/0f7e3662623656454fcd2b650f34e886a7db4b9104504885bd462096cc7a9f51) Token indices sequence length is longer...