├── .github └── workflows │ └── deploy.yaml ├── .gitignore ├── .license ├── 0.26.0 ├── Llama1bDATStackingFULLVRAM(300gb).py ├── adaptivekantemplate.py ├── dummy.py ├── erroniousduplicateidea.py ├── kan_gui.py ├── llama_32_1b_tool.py ├── llama_32_1b_toolold10_5_24.py ├── load_offloaded_model.py ├── load_offloaded_model_entropytemp.py ├── load_offloaded_model_old_working.py ├── nonfunctional_transformers_garbled.py ├── offloadedModelLiveLayerIdea.py ├── readme.md ├── requirements.txt ├── run - load_offloaded_model.bat ├── run - splitsafetensors.bat ├── run.bat ├── setup.bat ├── split_safetensors.py ├── test_model_loading.py ├── test_sentencepiece.py ├── test_tokenizer_loading.py └── venv.bat /.github/workflows/deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/.github/workflows/deploy.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/.gitignore -------------------------------------------------------------------------------- /.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/.license -------------------------------------------------------------------------------- /0.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/0.26.0 -------------------------------------------------------------------------------- /Llama1bDATStackingFULLVRAM(300gb).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/Llama1bDATStackingFULLVRAM(300gb).py -------------------------------------------------------------------------------- /adaptivekantemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/adaptivekantemplate.py -------------------------------------------------------------------------------- /dummy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/dummy.py -------------------------------------------------------------------------------- /erroniousduplicateidea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/erroniousduplicateidea.py -------------------------------------------------------------------------------- /kan_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/kan_gui.py -------------------------------------------------------------------------------- /llama_32_1b_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/llama_32_1b_tool.py -------------------------------------------------------------------------------- /llama_32_1b_toolold10_5_24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/llama_32_1b_toolold10_5_24.py -------------------------------------------------------------------------------- /load_offloaded_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/load_offloaded_model.py -------------------------------------------------------------------------------- /load_offloaded_model_entropytemp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/load_offloaded_model_entropytemp.py -------------------------------------------------------------------------------- /load_offloaded_model_old_working.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/load_offloaded_model_old_working.py -------------------------------------------------------------------------------- /nonfunctional_transformers_garbled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/nonfunctional_transformers_garbled.py -------------------------------------------------------------------------------- /offloadedModelLiveLayerIdea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/offloadedModelLiveLayerIdea.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/requirements.txt -------------------------------------------------------------------------------- /run - load_offloaded_model.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/run - load_offloaded_model.bat -------------------------------------------------------------------------------- /run - splitsafetensors.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/run - splitsafetensors.bat -------------------------------------------------------------------------------- /run.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/run.bat -------------------------------------------------------------------------------- /setup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/setup.bat -------------------------------------------------------------------------------- /split_safetensors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/split_safetensors.py -------------------------------------------------------------------------------- /test_model_loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/test_model_loading.py -------------------------------------------------------------------------------- /test_sentencepiece.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/test_sentencepiece.py -------------------------------------------------------------------------------- /test_tokenizer_loading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/test_tokenizer_loading.py -------------------------------------------------------------------------------- /venv.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/waefrebeorn/KAN-WuBu-Memory/HEAD/venv.bat --------------------------------------------------------------------------------