Update README.md
Browse files
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 [
|
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
|