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