Instructions to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF to start chatting
- Pi
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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-V4-ERP-Tolerant-Preview-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 back
Browse files- .gitattributes +24 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ1_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ1_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_XS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_XXS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_XS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_XXS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ4_NL.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ4_XS.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q2_K.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q2_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q3_K_L.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q3_K_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q3_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_0.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_1.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_K_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q5_K_M.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q5_K_S.gguf +3 -0
- Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.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-V4-ERP-Tolerant-Preview.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-V4-ERP-Tolerant-Preview.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Super-Slop-Machina-Roleplay-1.2b-V4-ERP-Tolerant-Preview.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:fd5fd3c6c37eb2bd962c163c3a920c9f3d747792fd8f1c70128bfef1d50797fb
|
| 3 |
+
size 327145504
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d928dbe2ff8f5cfd3fc69d59d8443db50f2061048e56f8b8ca5c349b8fc9eb67
|
| 3 |
+
size 304388128
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b97ecffad0b3b3e1e6d274e12020da6b306ca8b44cba1c5e408aa0d21f4a026c
|
| 3 |
+
size 434133024
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b012bc7c12ba64368fb90ba1701ef83324e9f1dccb0de4288245e1337206576
|
| 3 |
+
size 403789856
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0860b56b4512f5617a48f43b0430b053dc59dd41c7a8602772670403008d3f1d
|
| 3 |
+
size 396204064
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d901612de897e29d01fa9cda956be979801b1fc89c3b9a4ab888cce92d26f853
|
| 3 |
+
size 365074464
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21ab048ade72beba87e56559e5f85c9ec4c102f9481dace8039f2fa79b978aa4
|
| 3 |
+
size 566794272
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd493e30b38f86c87f86d332110edbe023c103e56be71c5a8345b38255ac77f6
|
| 3 |
+
size 558159904
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a422e774a9a1f89e621b3fb4874c1ee6a8935c73481558cd6d63321191c55d60
|
| 3 |
+
size 537810976
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0d1cff8dd7c21e01c38a08d2c7505802b1049f0ac3583f8acfffb39ec57bb2f
|
| 3 |
+
size 490985504
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34d89e5d3634573d1ba6046143e360f18cb2254aedc80378825b761e908a65f5
|
| 3 |
+
size 695752736
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b661f8f671ff76ae5072b9501397051faad656f95550b1b19bf1a71f87c837d9
|
| 3 |
+
size 663377952
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad448ddfd13c136522fa226c5fac533f42c9a3760312f02e152035e4db841d59
|
| 3 |
+
size 483399712
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cf63fb5c61862549bcf84364be4cbe67dae262f7fadf6d5f9a332e4b132a503
|
| 3 |
+
size 460806176
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1baefbf2842319869f99a42ffd23c4d1ed5b4ccc76739f237462f48f436506b
|
| 3 |
+
size 635476000
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14f3799360311f56cbd4819eae61f5fd948171796425218d46cc29391f3d3ed9
|
| 3 |
+
size 600348704
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:157d0c875ad515e37e68114491d83e4c2380ae9374044c02709d9ca8788ede1d
|
| 3 |
+
size 558159904
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baa22434d6f0c058d7f28db44206bccc6557698bb091ac84e14cdf7c38a175fb
|
| 3 |
+
size 697849888
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02d161c44e75f7475798061784c83dab642578d5702c6746825782d9a6627ec3
|
| 3 |
+
size 760502304
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddbb47502c346306eb1f03c8c3d0c5c2c893b457b8cc65407d72b6b9e5592469
|
| 3 |
+
size 730896416
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f4d9cdbcbd25b2b01b175ffde9e8ac5f26d1f2dca1b2980542800d29a7b0a61
|
| 3 |
+
size 700471328
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d483e0f957f8ccacaf3596b116f385da492436ad7e4b728ad304cf93bf700df8
|
| 3 |
+
size 843356192
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f88dc3e24ca52cb671d03360e29e0b2078b5814bb4ef1056efc4dca854f4759
|
| 3 |
+
size 825251872
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b6709192fc9907776e1870346c19b15128c8f486ae15fdcce4208e1d563cd92
|
| 3 |
+
size 962844704
|