Instructions to use TareksTesting/Scripturient-FINAL-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use TareksTesting/Scripturient-FINAL-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="TareksTesting/Scripturient-FINAL-GGUF", filename="Scripturient-V1.0-LLaMa-70B-Q4KM.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use TareksTesting/Scripturient-FINAL-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf TareksTesting/Scripturient-FINAL-GGUF # Run inference directly in the terminal: llama-cli -hf TareksTesting/Scripturient-FINAL-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf TareksTesting/Scripturient-FINAL-GGUF # Run inference directly in the terminal: llama-cli -hf TareksTesting/Scripturient-FINAL-GGUF
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 TareksTesting/Scripturient-FINAL-GGUF # Run inference directly in the terminal: ./llama-cli -hf TareksTesting/Scripturient-FINAL-GGUF
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 TareksTesting/Scripturient-FINAL-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf TareksTesting/Scripturient-FINAL-GGUF
Use Docker
docker model run hf.co/TareksTesting/Scripturient-FINAL-GGUF
- LM Studio
- Jan
- Ollama
How to use TareksTesting/Scripturient-FINAL-GGUF with Ollama:
ollama run hf.co/TareksTesting/Scripturient-FINAL-GGUF
- Unsloth Studio new
How to use TareksTesting/Scripturient-FINAL-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 TareksTesting/Scripturient-FINAL-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 TareksTesting/Scripturient-FINAL-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for TareksTesting/Scripturient-FINAL-GGUF to start chatting
- Docker Model Runner
How to use TareksTesting/Scripturient-FINAL-GGUF with Docker Model Runner:
docker model run hf.co/TareksTesting/Scripturient-FINAL-GGUF
- Lemonade
How to use TareksTesting/Scripturient-FINAL-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull TareksTesting/Scripturient-FINAL-GGUF
Run and chat with the model
lemonade run user.Scripturient-FINAL-GGUF-{{QUANT_TAG}}List all available models
lemonade list
Add files using upload-large-folder tool
Browse files- .gitattributes +8 -0
- Scripturient-V1.0-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V1.1-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V1.2-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V1.3-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V2.0-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V2.1-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V2.2-LLaMa-70B-Q4KM.gguf +3 -0
- Scripturient-V2.3-LLaMa-70B-Q4KM.gguf +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,11 @@ Scripturient-V1.0-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
Scripturient-V2.0-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Scripturient-V2.3-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
Scripturient-V1.1-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
Scripturient-V2.0-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Scripturient-V2.3-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
Scripturient-V1.1-LLaMa-70B-Q5K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Scripturient-V1.2-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Scripturient-V2.3-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Scripturient-V1.1-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Scripturient-V2.0-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Scripturient-V2.2-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Scripturient-V1.0-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Scripturient-V2.1-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Scripturient-V1.3-LLaMa-70B-Q4KM.gguf filter=lfs diff=lfs merge=lfs -text
|
Scripturient-V1.0-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cec7337f6b1e40557ec8c36db426e07caaee7a91653dc1b91607dd3a9a7ba7ae
|
| 3 |
+
size 42520395264
|
Scripturient-V1.1-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b0c381fdec7cef8972e5537f871c4da7c2cdbdbd05c4f34b844a212b078f12d
|
| 3 |
+
size 42520395264
|
Scripturient-V1.2-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a81287ea72582a6d498e0a07f7ddd84a96a220645caa15785ccf47f6cbaeb8a
|
| 3 |
+
size 42520395264
|
Scripturient-V1.3-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:045aad907b0389186fd6b24034462ec203a5feb781fd23430b3dbb1224f7954e
|
| 3 |
+
size 42520395264
|
Scripturient-V2.0-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:397895ca399d22229ec023f463bc8c03978a692fc0b3f247a207e4e2778cf5c5
|
| 3 |
+
size 42520395264
|
Scripturient-V2.1-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35851315639c16900764f7c0c15064ae1e994c6249312845526ebfedf0e0f909
|
| 3 |
+
size 42520395264
|
Scripturient-V2.2-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4a3a64ea551babb49552e91b0921cf18adbc4c3739b12eec377e244c451838f
|
| 3 |
+
size 42520395264
|
Scripturient-V2.3-LLaMa-70B-Q4KM.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d1ced56bf84f28b3ecc8d231c4b0c97beb7bbabe30b842debbddeac6b4eb513
|
| 3 |
+
size 42520395264
|