Spaces:
Runtime error
Runtime error
zhangtao-whu
commited on
Upload /xtuner/model/__init__.py with huggingface_hub
Browse files- xtuner/model/__init__.py +3 -3
xtuner/model/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
-
from .llava import LLaVAModel
|
3 |
-
from .sft import SupervisedFinetune
|
4 |
|
5 |
-
__all__ = ['SupervisedFinetune', 'LLaVAModel']
|
|
|
1 |
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
#from .llava import LLaVAModel
|
3 |
+
#from .sft import SupervisedFinetune
|
4 |
|
5 |
+
#__all__ = ['SupervisedFinetune', 'LLaVAModel']
|