mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
use transformers lib instead of torchvision
This commit is contained in:
parent
31adaee23f
commit
68c672d438
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ TEXT_MODALITY = """
|
|||
"""
|
||||
|
||||
IMAGE_MODALITY = """
|
||||
7. You could use models from torchvision library for this image dataset.
|
||||
7. You could use models from transformers library for this image dataset.
|
||||
8. Use gpu if available for faster training.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue