Instructions to use Zkare/Chatbot_Healthcare with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Zkare/Chatbot_Healthcare with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Zkare/Chatbot_Healthcare", filename="unsloth.F16.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 Zkare/Chatbot_Healthcare with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Zkare/Chatbot_Healthcare:F16 # Run inference directly in the terminal: llama-cli -hf Zkare/Chatbot_Healthcare:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Zkare/Chatbot_Healthcare:F16 # Run inference directly in the terminal: llama-cli -hf Zkare/Chatbot_Healthcare:F16
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 Zkare/Chatbot_Healthcare:F16 # Run inference directly in the terminal: ./llama-cli -hf Zkare/Chatbot_Healthcare:F16
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 Zkare/Chatbot_Healthcare:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Zkare/Chatbot_Healthcare:F16
Use Docker
docker model run hf.co/Zkare/Chatbot_Healthcare:F16
- LM Studio
- Jan
- Ollama
How to use Zkare/Chatbot_Healthcare with Ollama:
ollama run hf.co/Zkare/Chatbot_Healthcare:F16
- Unsloth Studio new
How to use Zkare/Chatbot_Healthcare 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 Zkare/Chatbot_Healthcare 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 Zkare/Chatbot_Healthcare to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Zkare/Chatbot_Healthcare to start chatting
- Docker Model Runner
How to use Zkare/Chatbot_Healthcare with Docker Model Runner:
docker model run hf.co/Zkare/Chatbot_Healthcare:F16
- Lemonade
How to use Zkare/Chatbot_Healthcare with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Zkare/Chatbot_Healthcare:F16
Run and chat with the model
lemonade run user.Chatbot_Healthcare-F16
List all available models
lemonade list
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e972d8c4dd7e6d6e336bc2e1a40412009ec0651fbc15cbd00a7174df0f5b7cb
|
| 3 |
+
size 3554214416
|
pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:076a77716798cd66668b1cb7412f2e2bc9fc2e23dc42e03a0f49c6869f042802
|
| 3 |
+
size 4976698592
|
pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0785368b0ca3bd29539502c849de05ad295eaa7ac19f70e5d6130bf3f3ee956
|
| 3 |
+
size 4999802616
|
pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f13c85d51c2c397be0dc2fa81a643fb1123e679ac3e6bd2ca2df05374a94985f
|
| 3 |
+
size 4915916080
|
pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:357a9604d6fdc84141971e82a381805c9e757d43920e6e5ea916e0174eb6647e
|
| 3 |
+
size 1168138808
|