mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 22:10:37 +00:00
change command
This commit is contained in:
@@ -22,3 +22,9 @@ try:
|
||||
from .qwen2 import *
|
||||
except ImportError:
|
||||
print("This version of transformers doesn't support qwen2.")
|
||||
|
||||
|
||||
try:
|
||||
from .command import *
|
||||
except ImportError:
|
||||
print("This version of transformers doesn't support Command-R.")
|
||||
|
Reference in New Issue
Block a user