Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -326,6 +326,10 @@ print(f'User: {question}')
|
|
326 |
print(f'Assistant: {response}')
|
327 |
```
|
328 |
|
|
|
|
|
|
|
|
|
329 |
## Deployment
|
330 |
|
331 |
### LMDeploy
|
|
|
326 |
print(f'Assistant: {response}')
|
327 |
```
|
328 |
|
329 |
+
## Finetune
|
330 |
+
|
331 |
+
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.
|
332 |
+
|
333 |
## Deployment
|
334 |
|
335 |
### LMDeploy
|