Instructions to use BAAI/AquilaCode-multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/AquilaCode-multi with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BAAI/AquilaCode-multi", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0556659
1
Parent(s): 47deacf
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license: other
|
|
| 7 |
<h4 align="center">
|
| 8 |
<p>
|
| 9 |
<b>English</b> |
|
| 10 |
-
<a href="https://huggingface.co/BAAI/
|
| 11 |
<p>
|
| 12 |
</h4>
|
| 13 |
|
|
|
|
| 7 |
<h4 align="center">
|
| 8 |
<p>
|
| 9 |
<b>English</b> |
|
| 10 |
+
<a href="https://huggingface.co/BAAI/AquilaCode-multi/blob/main/README_zh.md">简体中文</a> |
|
| 11 |
<p>
|
| 12 |
</h4>
|
| 13 |
|