yujiepan commited on
Commit
0f14392
·
verified ·
1 Parent(s): 7c71fc7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -25,7 +25,8 @@ vllm serve tiny-random/step3-vllm --trust-remote-code
25
  - Transformers
26
 
27
  ```python
28
- # Note: it's more convenient to use the model without "-vllm" suffix, which follows transformers' naming. Here "key_mapping" is a workaround.
 
29
 
30
  import torch
31
  from transformers import AutoModelForCausalLM, AutoProcessor
 
25
  - Transformers
26
 
27
  ```python
28
+ # ⚠️: it's more convenient to use the model without "-vllm" suffix,
29
+ # which follows transformers' naming. Here "key_mapping" is a workaround.
30
 
31
  import torch
32
  from transformers import AutoModelForCausalLM, AutoProcessor