add `transformers` library name (enable inference)
#66
by
cfahlgren1
HF Staff
- opened
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<!-- markdownlint-disable first-line-h1 -->
|
| 2 |
<!-- markdownlint-disable html -->
|
| 3 |
<!-- markdownlint-disable no-duplicate-header -->
|
|
@@ -333,4 +336,4 @@ This code repository is licensed under [the MIT License](LICENSE-CODE). The use
|
|
| 333 |
```
|
| 334 |
|
| 335 |
## 9. Contact
|
| 336 |
-
If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
---
|
| 4 |
<!-- markdownlint-disable first-line-h1 -->
|
| 5 |
<!-- markdownlint-disable html -->
|
| 6 |
<!-- markdownlint-disable no-duplicate-header -->
|
|
|
|
| 336 |
```
|
| 337 |
|
| 338 |
## 9. Contact
|
| 339 |
+
If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).
|