DavidAU commited on
Commit
dfd7ebc
·
verified ·
1 Parent(s): 68120fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -897,3 +897,43 @@ I tried to move faster, but the slick surface made me lose my footing and I stum
897
 
898
  A labyrinth of darkness stretched out before me, each passage looking identical in the gloom. My pulse raced as panic began to rise. I couldn't afford to take the wrong path, not when they were right on my heels. I squeezed my eyes shut, trying to quell the rising hysteria. Think, Aria! There had to be a clue, something to guide me. I opened my eyes and let them roam over the brickwork until they landed on a faint etching in the stone. An arrow, pointing down one of the paths. A chill that had nothing to do with the cold seeped through me. Someone else was down there... and I was going to follow them straight into an unknown trap. But I had no other choice. Swallowing hard, I squared my shoulders and plunged into the darkness, praying to whatever gods still listened that I wasn't marching myself willingly into the clutches of those that sought my ruin. The splash and clatter of my pursuers rang out behind me, driving me ever faster through the labyrinth even as fear clenched icy fingers around my heart. I only hoped that my path would lead to salvation...and not to my doom. Only time would tell. And I had a feeling I was about to find out very soon. The story continues...
899
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
897
 
898
  A labyrinth of darkness stretched out before me, each passage looking identical in the gloom. My pulse raced as panic began to rise. I couldn't afford to take the wrong path, not when they were right on my heels. I squeezed my eyes shut, trying to quell the rising hysteria. Think, Aria! There had to be a clue, something to guide me. I opened my eyes and let them roam over the brickwork until they landed on a faint etching in the stone. An arrow, pointing down one of the paths. A chill that had nothing to do with the cold seeped through me. Someone else was down there... and I was going to follow them straight into an unknown trap. But I had no other choice. Swallowing hard, I squared my shoulders and plunged into the darkness, praying to whatever gods still listened that I wasn't marching myself willingly into the clutches of those that sought my ruin. The splash and clatter of my pursuers rang out behind me, driving me ever faster through the labyrinth even as fear clenched icy fingers around my heart. I only hoped that my path would lead to salvation...and not to my doom. Only time would tell. And I had a feeling I was about to find out very soon. The story continues...
899
 
900
+ ---
901
+
902
+ <h2>Special Thanks:</h2>
903
+
904
+ ---
905
+
906
+ Special thanks to all the following, and many more...
907
+
908
+ All the model makers, fine tuners, mergers, and tweakers:
909
+ - Provides the raw "DNA" for almost all my models.
910
+ - Sources of model(s) can be found on the repo pages, especially the "source" repos with link(s) to the model creator(s).
911
+
912
+ Huggingface [ https://huggingface.co ] :
913
+ - The place to store, merge, and tune models endlessly.
914
+ - THE reason we have an open source community.
915
+
916
+ LlamaCPP [ https://github.com/ggml-org/llama.cpp ] :
917
+ - The ability to compress and run models on GPU(s), CPU(s) and almost all devices.
918
+ - Imatrix, Quantization, and other tools to tune the quants and the models.
919
+ - Llama-Server : A cli based direct interface to run GGUF models.
920
+ - The only tool I use to quant models.
921
+
922
+ Quant-Masters: Team Mradermacher, Bartowski, and many others:
923
+ - Quant models day and night for us all to use.
924
+ - They are the lifeblood of open source access.
925
+
926
+ MergeKit [ https://github.com/arcee-ai/mergekit ] :
927
+ - The universal online/offline tool to merge models together and forge something new.
928
+ - Over 20 methods to almost instantly merge model, pull them apart and put them together again.
929
+ - The tool I have used to create over 1500 models.
930
+
931
+ Lmstudio [ https://lmstudio.ai/ ] :
932
+ - The go to tool to test and run models in GGUF format.
933
+ - The Tool I use to test/refine and evaluate new models.
934
+ - LMStudio forum on discord; endless info and community for open source.
935
+
936
+ Text Generation Webui // KolboldCPP // SillyTavern:
937
+ - Excellent tools to run GGUF models with - [ https://github.com/oobabooga/text-generation-webui ] [ https://github.com/LostRuins/koboldcpp ] .
938
+ - Sillytavern [ https://github.com/SillyTavern/SillyTavern ] can be used with LMSTudio [ https://lmstudio.ai/ ] , TextGen [ https://github.com/oobabooga/text-generation-webui ], Kolboldcpp [ https://github.com/LostRuins/koboldcpp ], Llama-Server [part of LLAMAcpp] as a off the scale front end control system and interface to work with models.
939
+