Text Generation
Transformers
Safetensors
qwen3_5_moe
image-text-to-text
materials-science
scientific-agents
scientific-reasoning
campaign-control
qwen
conversational
Instructions to use Dynamical-Systems/Dynamical-SDL1-35B-A3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dynamical-Systems/Dynamical-SDL1-35B-A3B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Dynamical-Systems/Dynamical-SDL1-35B-A3B") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Dynamical-Systems/Dynamical-SDL1-35B-A3B") model = AutoModelForMultimodalLM.from_pretrained("Dynamical-Systems/Dynamical-SDL1-35B-A3B", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Dynamical-Systems/Dynamical-SDL1-35B-A3B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Dynamical-Systems/Dynamical-SDL1-35B-A3B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Dynamical-Systems/Dynamical-SDL1-35B-A3B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Dynamical-Systems/Dynamical-SDL1-35B-A3B
- SGLang
How to use Dynamical-Systems/Dynamical-SDL1-35B-A3B 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 "Dynamical-Systems/Dynamical-SDL1-35B-A3B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Dynamical-Systems/Dynamical-SDL1-35B-A3B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "Dynamical-Systems/Dynamical-SDL1-35B-A3B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Dynamical-Systems/Dynamical-SDL1-35B-A3B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Dynamical-Systems/Dynamical-SDL1-35B-A3B with Docker Model Runner:
docker model run hf.co/Dynamical-Systems/Dynamical-SDL1-35B-A3B
File size: 4,749 Bytes
9ae5076 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | {
"schema_version": "dynamical.model-checksums.v1",
"algorithm": "sha256",
"base_model": {
"byte_manifest_sha256": "1ac34b786b02d517808910357d050074a48a55c4ceaf76d9f3ece2bcd2c9d2d2",
"repository": "Qwen/Qwen3.6-35B-A3B",
"revision": "7da1103448ba36029c34ce1a9a741dfe93ee0c50"
},
"merged_checkpoint": {
"byte_manifest_file_sha256": "295853735034f4cf3eb5bf19713c37c6ef1c74009ad758e91fb85b50f17740a9",
"file_count": 35,
"manifest_fingerprint_sha256": "f27f3ed6cc6a3ac8d4e60fbc846cf2290a90d951bb01ae6640b1086f03077b84",
"model_shards": 26,
"output_bytes": 71926787275,
"tensor_count": 1045,
"files": {
"chat_template.jinja": "e84f32a23fdda27689f868aa4a1a5621f41133e51a48d7f3efcbea2839574259",
"config.json": "93a4693fa9d8392fbfccd4b3c9873f4bfdcb14fdede978b123d07d19675efe99",
"merges.txt": "a9d356d7bdf1ef4949e3e748e95b8e10ad9d4e2e838eddc38a0a7b6b94d1db8d",
"model-00001-of-00026.safetensors": "cb38c87c1912d94eab9ebfd2c079273c17b9c107f3d92d0a9075c5e05a460efa",
"model-00002-of-00026.safetensors": "f549cb59ca62e18162e7882d0718cef9f2f4fb4f50599da1849132fafcfd2706",
"model-00003-of-00026.safetensors": "1701c24ac05e9a60e62f09868da5ecb7d9714f0fcebba15c9d05a72342d5e2c6",
"model-00004-of-00026.safetensors": "c919020f525def6dfcc7530be674f86522e3b4bc9f09e6e59a71c9eb83e87032",
"model-00005-of-00026.safetensors": "1904b8950becb63ca8478d650a1e21d518418e0ef85b3fe7ee467f57c9cb6359",
"model-00006-of-00026.safetensors": "f83a25c73cdd0058ecd45f2fc3a4edcd3e172184655e378fdbad26129de9b9e5",
"model-00007-of-00026.safetensors": "2d1fbdd9a08adb510d7fa9d460703362eebc96e9bead0ae5cda644d87d4f1ffb",
"model-00008-of-00026.safetensors": "296431ed77c760bf204fb02f0bb6c2c0f55e589c5e591be172bcbfcd0de8e8de",
"model-00009-of-00026.safetensors": "feac25518e5d8463da04321fa3d1f586a261c338b0f0de2fa0f32d339e0908ce",
"model-00010-of-00026.safetensors": "fff3cb7f048e3bf61122f9cf98362e192a0433c2ff157b55f312b58d14d08023",
"model-00011-of-00026.safetensors": "0ceafda357cefd6f6b6e07646075c663720b0b9120aca855cee1f6db1409f386",
"model-00012-of-00026.safetensors": "f83a7b264a24c229e32a763b768b15146c3e455687ec2ff17322d197f6ebdfb4",
"model-00013-of-00026.safetensors": "a1beeef6c50434fcc857de0c87a2a86ff6493ae8db8d2b80743d45d759f47d9e",
"model-00014-of-00026.safetensors": "dd60eb5ce83327c91addce7a9a6b49bdba15a5d6aac26d60d7b4e12bf36b2373",
"model-00015-of-00026.safetensors": "b81fb9bf6343ab11737d1e84e5c764359fb7deb9143863c58e474d87fb1e3b0e",
"model-00016-of-00026.safetensors": "eaf6e3867a9c4362e72743bfc8cf628f1a4179e253522b24401f7e71ce748858",
"model-00017-of-00026.safetensors": "b7bb274bbabb8a3f9287686de164fde0b661fbbce31986b5ac98b5b5a7172aa6",
"model-00018-of-00026.safetensors": "ecaeb382fd8fc34e21a4b683785bfc837de7a22f6d109a9836eccd48a7bd4949",
"model-00019-of-00026.safetensors": "c580883ef033b8c35ad066202e01e44e4126880353101d840f305f956fc2baba",
"model-00020-of-00026.safetensors": "a890b1968ec1df3a9c97aa40ccb771a5cec6307233a97710fab6b34870ad9f22",
"model-00021-of-00026.safetensors": "113787da2b765c625194dac7161199e9994dc7bece607631708aa6bd399549f9",
"model-00022-of-00026.safetensors": "33913db805b1b7c7d3d8fd843183e6e95dc1b6d1513d2ba935daa36724ee3dd5",
"model-00023-of-00026.safetensors": "25371291033c6d3c8d925b42f04de0f17ff7886ae3afe347bec3df86a5a1a2b0",
"model-00024-of-00026.safetensors": "9f9d58f1ea1ddae142a42f2adc0074f80aca5b5d8092c022544d1fd36b94a7bb",
"model-00025-of-00026.safetensors": "ad7b99955ed5bdfd97989441276128ba20112d9846a974d9158f6e592442f1b0",
"model-00026-of-00026.safetensors": "3160e23fdbe5b81ef369034c5ec56d592a4ee6f0aa9e5ab92d52c0c06acc44b7",
"model.safetensors.index.json": "12af368ed30ca24db0172d56304cd4a7f088448a42a939bcda3a17f9f95f45b9",
"preprocessor_config.json": "27225450ac9c6529872ee1924fcb0962ff5634834f817040f444118116f4e516",
"tokenizer.json": "5f9e4d4901a92b997e463c1f46055088b6cca5ca61a6522d1b9f64c4bb81cb42",
"tokenizer_config.json": "5186f0defcd7f232382c7f0aebcd2252d073bb921ab240e407b7ae8745d2b29b",
"video_preprocessor_config.json": "7768af27c1fafa9cc9011c1dc20067e03f8915e03b63504550e11d5066986d13",
"vocab.json": "ce99b4cb2983d118806ce0a8b777a35b093e2000a503ebde25853284c9dfa003"
}
},
"adapter": {
"output_bytes": 1123048336,
"adapter_config.json": "d12f653f81fdc2397dcc4bc5cf13ad568fb9c4b9daf009f7986caed25fb824b4",
"adapter_model.safetensors": "b37c3b6e65c95433de1d6e16f87cd02f7ada54cb9a7ed07793c1ff1517f6db27"
},
"inference": {
"system-prompt.txt": "f979d8a38a4e5b60dee8913f07199c0d9d1b0a29f9b9144cc67b7ecdba261cdc"
}
}
|