Safetensors
qwen2
linqq9 commited on
Commit
c080f5a
·
verified ·
1 Parent(s): b7c6d90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Thanks so much for your attention, a report with all the technical details leadi
43
  The code of Hammer 2.1 models have been in the latest Hugging face transformers and we advise you to install `transformers>=4.34.0`.
44
 
45
  ## How to Use
46
- Hammer2.1 models offer flexibility in deployment and usage, fully supporting both vLLM deployment and Hugging Face Transformers tool calling. For more detailed examples and use cases, please refer to the [Examples/README_USING.md](https://github.com/MadeAgents/Hammer/tree/main/Examples/README_USING.md) in our repository.
47
  This is a simple example of how to use our model.
48
  ~~~python
49
  import torch
 
43
  The code of Hammer 2.1 models have been in the latest Hugging face transformers and we advise you to install `transformers>=4.34.0`.
44
 
45
  ## How to Use
46
+ Hammer2.1 models offer flexibility in deployment and usage, fully supporting both vLLM deployment and Hugging Face Transformers tool calling. For more detailed examples and use cases, please refer to the [examples/README_USING.md](https://github.com/MadeAgents/Hammer/tree/main/examples/README_USING.md) in our repository.
47
  This is a simple example of how to use our model.
48
  ~~~python
49
  import torch