Instructions to use StanfordAIMI/RadPhi-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StanfordAIMI/RadPhi-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="StanfordAIMI/RadPhi-2", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("StanfordAIMI/RadPhi-2", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("StanfordAIMI/RadPhi-2", trust_remote_code=True, device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.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(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use StanfordAIMI/RadPhi-2 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "StanfordAIMI/RadPhi-2" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "StanfordAIMI/RadPhi-2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/StanfordAIMI/RadPhi-2
- SGLang
How to use StanfordAIMI/RadPhi-2 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 "StanfordAIMI/RadPhi-2" \ --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": "StanfordAIMI/RadPhi-2", "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 "StanfordAIMI/RadPhi-2" \ --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": "StanfordAIMI/RadPhi-2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use StanfordAIMI/RadPhi-2 with Docker Model Runner:
docker model run hf.co/StanfordAIMI/RadPhi-2
File size: 2,849 Bytes
a793f9f | 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | {
"\t\t": 50294,
"\t\t\t": 50293,
"\t\t\t\t": 50292,
"\t\t\t\t\t": 50291,
"\t\t\t\t\t\t": 50290,
"\t\t\t\t\t\t\t": 50289,
"\t\t\t\t\t\t\t\t": 50288,
"\t\t\t\t\t\t\t\t\t": 50287,
" ": 50286,
" ": 50285,
" ": 50284,
" ": 50283,
" ": 50282,
" ": 50281,
" ": 50280,
" ": 50279,
" ": 50278,
" ": 50277,
" ": 50276,
" ": 50275,
" ": 50274,
" ": 50273,
" ": 50272,
" ": 50271,
" ": 50270,
" ": 50269,
" ": 50268,
" ": 50267,
" ": 50266,
" ": 50265,
" ": 50264,
" ": 50263,
" ": 50262,
" ": 50261,
" ": 50260,
" ": 50259,
" ": 50258,
" ": 50257,
"<|/box|>": 50301,
"<|/img|>": 50296,
"<|/quad|>": 50303,
"<|/ref|>": 50299,
"<|box|>": 50300,
"<|coord_0|>": 50304,
"<|coord_1|>": 50305,
"<|coord_2|>": 50306,
"<|coord_3|>": 50307,
"<|coord_4|>": 50308,
"<|coord_5|>": 50309,
"<|coord_6|>": 50310,
"<|coord_7|>": 50311,
"<|coord_8|>": 50312,
"<|coord_9|>": 50313,
"<|extra_0|>": 50314,
"<|extra_10|>": 50324,
"<|extra_11|>": 50325,
"<|extra_12|>": 50326,
"<|extra_13|>": 50327,
"<|extra_14|>": 50328,
"<|extra_15|>": 50329,
"<|extra_16|>": 50330,
"<|extra_17|>": 50331,
"<|extra_18|>": 50332,
"<|extra_19|>": 50333,
"<|extra_1|>": 50315,
"<|extra_20|>": 50334,
"<|extra_21|>": 50335,
"<|extra_22|>": 50336,
"<|extra_23|>": 50337,
"<|extra_24|>": 50338,
"<|extra_25|>": 50339,
"<|extra_26|>": 50340,
"<|extra_27|>": 50341,
"<|extra_28|>": 50342,
"<|extra_29|>": 50343,
"<|extra_2|>": 50316,
"<|extra_30|>": 50344,
"<|extra_31|>": 50345,
"<|extra_32|>": 50346,
"<|extra_33|>": 50347,
"<|extra_34|>": 50348,
"<|extra_35|>": 50349,
"<|extra_36|>": 50350,
"<|extra_37|>": 50351,
"<|extra_38|>": 50352,
"<|extra_39|>": 50353,
"<|extra_3|>": 50317,
"<|extra_40|>": 50354,
"<|extra_41|>": 50355,
"<|extra_42|>": 50356,
"<|extra_43|>": 50357,
"<|extra_44|>": 50358,
"<|extra_45|>": 50359,
"<|extra_46|>": 50360,
"<|extra_47|>": 50361,
"<|extra_48|>": 50362,
"<|extra_49|>": 50363,
"<|extra_4|>": 50318,
"<|extra_50|>": 50364,
"<|extra_51|>": 50365,
"<|extra_52|>": 50366,
"<|extra_53|>": 50367,
"<|extra_5|>": 50319,
"<|extra_6|>": 50320,
"<|extra_7|>": 50321,
"<|extra_8|>": 50322,
"<|extra_9|>": 50323,
"<|imgpad|>": 50297,
"<|img|>": 50295,
"<|quad|>": 50302,
"<|ref|>": 50298
}
|