Instructions to use NobodyExistsOnTheInternet/bigseek_3p2t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NobodyExistsOnTheInternet/bigseek_3p2t with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="NobodyExistsOnTheInternet/bigseek_3p2t")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("NobodyExistsOnTheInternet/bigseek_3p2t") model = AutoModelForCausalLM.from_pretrained("NobodyExistsOnTheInternet/bigseek_3p2t", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use NobodyExistsOnTheInternet/bigseek_3p2t with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "NobodyExistsOnTheInternet/bigseek_3p2t" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "NobodyExistsOnTheInternet/bigseek_3p2t", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/NobodyExistsOnTheInternet/bigseek_3p2t
- SGLang
How to use NobodyExistsOnTheInternet/bigseek_3p2t with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "NobodyExistsOnTheInternet/bigseek_3p2t" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "NobodyExistsOnTheInternet/bigseek_3p2t", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "NobodyExistsOnTheInternet/bigseek_3p2t" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "NobodyExistsOnTheInternet/bigseek_3p2t", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use NobodyExistsOnTheInternet/bigseek_3p2t with Docker Model Runner:
docker model run hf.co/NobodyExistsOnTheInternet/bigseek_3p2t
Add files using upload-large-folder tool
Browse files
model-00027-layer027-routed-experts.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8b67ce2ab8eb4fdf610f7d1c201fe3346db8e303101de164ee5743969c34d28
|
| 3 |
+
size 50747209592
|
model-00042-layer042-routed-experts.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3b55a080f559417dadbe8005e4a0fd5d37966a920b7a65d06486e007f14abe6
|
| 3 |
+
size 50747211064
|
model-00043-layer043-routed-experts.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:463102d3d59ee701a93772f9eff57de5a8110e5fa6cb85c6f97cfae106be5c1b
|
| 3 |
+
size 50747210896
|
model-00049-layer049-routed-experts.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db3776609c1014c3f8871ebf0e25ca414665002ad37a9f3346b02aa875e2187
|
| 3 |
+
size 50747209424
|
model-00050-layer050-routed-experts.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fce28b024f45ab27ba426a0d295b87ee169726aff4200071b04b32880436d49c
|
| 3 |
+
size 50747207752
|