mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 17:59:18 +08:00
Update inference_on_multiple_gpus.md
one more typo, "model_path" to 'MODEL_PATH"
This commit is contained in:
@@ -93,7 +93,7 @@ modified device_map OrderedDict([('llm.model.embed_tokens', 0), ('llm.model.laye
|
||||
```python
|
||||
load_checkpoint_in_model(
|
||||
model,
|
||||
model_path,
|
||||
MODEL_PATH,
|
||||
device_map=device_map)
|
||||
|
||||
model = dispatch_model(
|
||||
|
||||
Reference in New Issue
Block a user