Instructions to use RANDMEDIATION/DiogenialRAG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use RANDMEDIATION/DiogenialRAG with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("RANDMEDIATION/DiogenialRAG") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use RANDMEDIATION/DiogenialRAG with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "RANDMEDIATION/DiogenialRAG" --prompt "Once upon a time"
Commit History
Merge branch 'main' of https://huggingface.co/RANDMEDIATION/DiogenialRAG 124f017
l0d0v1c commited on
Update README.md 9d4a816 verified
Update README.md bacdd84 verified
Update README.md 0b2d169 verified
Update README.md 21fc346 verified
Update README.md 316e6fa verified
Update README.md f95843f verified
Update README.md ebda94d verified
Update README.md 1d88e5e verified
Update README.md 467329d verified
First 1abc24d
l0d0v1c commited on
First 9c77d2d
l0d0v1c commited on
k 0822272
l0d0v1c commited on
k 78cc914
l0d0v1c commited on