Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -299,6 +299,10 @@ print(f'User: {question}')
|
|
| 299 |
print(f'Assistant: {response}')
|
| 300 |
```
|
| 301 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 302 |
## Deployment
|
| 303 |
|
| 304 |
### LMDeploy
|
|
|
|
| 299 |
print(f'Assistant: {response}')
|
| 300 |
```
|
| 301 |
|
| 302 |
+
## Finetune
|
| 303 |
+
|
| 304 |
+
SWIFT from ModelScope community has supported the fine-tuning (Image/Video) of InternVL, please check [this link](https://github.com/modelscope/swift/blob/main/docs/source_en/Multi-Modal/internvl-best-practice.md) for more details.
|
| 305 |
+
|
| 306 |
## Deployment
|
| 307 |
|
| 308 |
### LMDeploy
|