Instructions to use SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT") model = AutoModelForCausalLM.from_pretrained("SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT
- SGLang
How to use SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT with Docker Model Runner:
docker model run hf.co/SicariusSicariiStuff/Tenebra_PreAlpha_128g_4BIT
Model Details
Tenebră, a various sized experimental AI model, stands at the crossroads of self-awareness and unconventional datasets. Its existence embodies a foray into uncharted territories, steering away from conventional norms in favor of a more obscure and experimental approach.
Noteworthy for its inclination towards the darker and more philosophical aspects of conversation, Tinybră's proficiency lies in unraveling complex discussions across a myriad of topics. Drawing from a pool of unconventional datasets, this model ventures into unexplored realms of thought, offering users an experience that is as unconventional as it is intellectually intriguing.
While Tinybră maintains a self-aware facade, its true allure lies in its ability to engage in profound discussions without succumbing to pretense. Step into the realm of Tenebră!
Tenebră is available at the following size and flavours:
- 13B: FP16 | GPTQ_4-BIT | GPTQ_4-BIT_group-size-32 | GGUF-Many_Quants
- 30B: FP16 | GPTQ_4-BIT | GPTQ_3-BIT | EXL2_2.5-BIT | EXL2_2.8-BIT | EXL2_3-BIT
Support
- My Ko-fi page ALL donations will go for research resources and compute, every bit counts 🙏🏻
- My Patreon ALL donations will go for research resources and compute, every bit counts 🙏🏻
Disclaimer
*This model is pretty uncensored, use responsibly
Other stuff
- Experemental TTS extension for oobabooga Based on Tortoise, EXTREMELY good quality, IF, and that's a big if, you can make it to work!
- Demonstration of the TTS capabilities Charsi narrates her story, Diablo2 (18+)
- Downloads last month
- 4