GGUF
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Undi95/MXLewd-L2-20B-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Merge:

layer_slices:
  - model: ./MXLewd-L2-20B-part2
    start: 0
    end: 16
  - model: ./MXLewd-L2-20B-part1
    start: 8
    end: 20
  - model: ./MXLewd-L2-20B-part2
    start: 17
    end: 32
  - model: ./MXLewd-L2-20B-part1
    start: 21
    end: 40

Part 2 is ReMM (0.33) and Xwin (0.66)

Part 1 is Xwin (0.33) and MLewd (0.66)

Models used

  • Undi95/MLewd-L2-13B-v2-3
  • Undi95/ReMM-v2.1-L2-13B
  • Xwin-LM/Xwin-LM-13B-V0.1

Prompt template: Alpaca

Below is an instruction that describes a task. Write a response that completes the request.

### Instruction:
{prompt}

### Response:
Downloads last month
82
GGUF
Model size
20B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support