mirror of
https://github.com/wassname/Castor.git
synced 2026-09-09 11:13:20 +08:00
end2end qa pipeline (#16)
+ Added a setup.py file + Reorganized the bridge file.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='castor',
|
||||
version='1.0.0',
|
||||
description='models for question answering',
|
||||
packages=['sm_model'],
|
||||
)
|
||||
Reference in New Issue
Block a user