Instructions to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF to start chatting
- Pi
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2-i1-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from rich1
Browse files- .gitattributes +24 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ1_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ1_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_XS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_XXS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_XS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_XXS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ4_NL.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ4_XS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q2_K.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q2_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q3_K_L.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q3_K_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q3_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_0.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_1.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_K_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q5_K_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q5_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q6_K.gguf +3 -0
|
@@ -34,3 +34,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Super-Slop-Machina-Roleplay-1.2b-ERP-Tolerant-V2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b11a1201c8bf11cbc0b2723dee6498b5af444d457dbe22200be669601ea870a
|
| 3 |
+
size 327145472
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20d83d60a8707e4046223ebc1171380da435cb667e1d9fa501f945fb35c8ae70
|
| 3 |
+
size 304388096
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a9d9c36af5688b4ea3023ba2abe9a3e8ecc7877f6ba7d42b38cf3d4076b7edc
|
| 3 |
+
size 434132992
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee7d6561133cd3d869eba5a0b98324883fc695abe6f901ecc6a1704952f25de5
|
| 3 |
+
size 403789824
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8e4a78a4b3047aad4f48d6c6128337ec602370a75be16305a287cd3356155ca
|
| 3 |
+
size 396204032
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:348b15c60e7267dd549a03863288de8479f348165bd5e6da7768e333d64a3efa
|
| 3 |
+
size 365074432
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6769ce6207093d80e5ab1a2f74072aa99d7538830dce2a54bf2d6439455a33bb
|
| 3 |
+
size 566794240
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e7ceb80f783ff194be93e078e1f3ff0412220e7ca81d777867dc3476509d71
|
| 3 |
+
size 558159872
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83d16325d869c6020318db77b74d20f71d00177742043e331b3fe049ab19f7cf
|
| 3 |
+
size 537810944
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:690c5ed571850a411eb90566b04344a83106415ec66b5f9790c8e3564a086a2f
|
| 3 |
+
size 490985472
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d94c19a4a7309163dc5aadb96548fe1b1fa16978e72d330ea49868684b51f094
|
| 3 |
+
size 695752704
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0db652a89fefb0312a8d6e73e8de5e7a5ba6a6ed0cb7797efc9f13fc5a42586
|
| 3 |
+
size 663377920
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dd28887d7625a3534dfa3d02e014f0e10b88030c948e650109d8a1f7ac2ddbd
|
| 3 |
+
size 483399680
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfdca8505b5dc4f4afa48dcb66cf5d7c43433d8130818eb4c971cb3323f8406c
|
| 3 |
+
size 460806144
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a3652d9928d5c4c91e3586483e27005ef00f674f110b6f261ab2f95be5e35ea
|
| 3 |
+
size 635475968
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01afe56f9b295c7b43637bac66960f1e7d5c5302622160a7c0ddad07a079dd8d
|
| 3 |
+
size 600348672
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96d2400e2e76de6b74d715c28474e440e9abe2d27749dfb4f514a2e346f05b21
|
| 3 |
+
size 558159872
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25a572f3123a522956c1b033ae969d0f3dd61eddb02a2a583c95cc2e5513d901
|
| 3 |
+
size 697849856
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89232af818fbdd2983c999f40300d670b3b6307de57bcaa96ee2e4867222702f
|
| 3 |
+
size 760502272
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:560bbd5caba117b4c83228b7c313ef6222308aed3eabc6ba3330e6027b856a2a
|
| 3 |
+
size 730896384
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1d95f82c0e303f6a2bfdc28183fbeb8f3ad5f87c5fddff389b4a3353175d7b9
|
| 3 |
+
size 700471296
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d2875303ee30f5d8dbd9460840742b486361b6e0bea15ad23dcf122f36132a3
|
| 3 |
+
size 843356160
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:264788c05c9b5ccd85133c660f5fe31017d4bf316ac838ca63d7a536ba2cd5e4
|
| 3 |
+
size 825251840
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c393966105f2494530c939dfd3619d971b4f43d2194e7b063ffafa508fad021f
|
| 3 |
+
size 962844672
|