Views
No views yet
HuggingFaceTB/SmolLM2-1.7B-Instruct.| Property | Value |
|---|---|
| Base model | HuggingFaceTB/SmolLM2-1.7B-Instruct |
| Quantization | INT4 weight-only |
| Approx. on-disk size | ~1.0 GB |
| License | Apache License, Version 2.0 |
| Languages | English |
1vllm serve drawais/SmolLM2-1.7B-Instruct-AWQ-INT4 \
2 --max-model-len 32768 \
3 --gpu-memory-utilization 0.941from vllm import LLM, SamplingParams
2llm = LLM(model="drawais/SmolLM2-1.7B-Instruct-AWQ-INT4", max_model_len=32768)
3print(llm.generate(["Hello!"], SamplingParams(max_tokens=128))[0].outputs[0].text)HuggingFaceTB/SmolLM2-1.7B-Instruct,
released by its original authors under the Apache License, Version 2.0.LICENSE, and required attribution is in NOTICE.