yujiepan commited on
Commit
6155d44
·
verified ·
1 Parent(s): ea48c64

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 yujiepan/step3-tiny-random-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