Browse Source
add requestment
Signed-off-by: xujinling <jinling.xu@zilliz.com>
main
xujinling
3 years ago
7 changed files with
46 additions and
0 deletions
-
.idea/.gitignore
-
.idea/bridge-former.iml
-
.idea/inspectionProfiles/profiles_settings.xml
-
.idea/misc.xml
-
.idea/modules.xml
-
.idea/vcs.xml
-
requirements.txt
|
|
@ -0,0 +1,3 @@ |
|
|
|
# Default ignored files |
|
|
|
/shelf/ |
|
|
|
/workspace.xml |
|
|
@ -0,0 +1,12 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<module type="PYTHON_MODULE" version="4"> |
|
|
|
<component name="NewModuleRootManager"> |
|
|
|
<content url="file://$MODULE_DIR$" /> |
|
|
|
<orderEntry type="inheritedJdk" /> |
|
|
|
<orderEntry type="sourceFolder" forTests="false" /> |
|
|
|
</component> |
|
|
|
<component name="PyDocumentationSettings"> |
|
|
|
<option name="format" value="GOOGLE" /> |
|
|
|
<option name="myDocStringFormat" value="Google" /> |
|
|
|
</component> |
|
|
|
</module> |
|
|
@ -0,0 +1,6 @@ |
|
|
|
<component name="InspectionProjectProfileManager"> |
|
|
|
<settings> |
|
|
|
<option name="USE_PROJECT_PROFILE" value="false" /> |
|
|
|
<version value="1.0" /> |
|
|
|
</settings> |
|
|
|
</component> |
|
|
@ -0,0 +1,4 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project version="4"> |
|
|
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" /> |
|
|
|
</project> |
|
|
@ -0,0 +1,8 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project version="4"> |
|
|
|
<component name="ProjectModuleManager"> |
|
|
|
<modules> |
|
|
|
<module fileurl="file://$PROJECT_DIR$/.idea/bridge-former.iml" filepath="$PROJECT_DIR$/.idea/bridge-former.iml" /> |
|
|
|
</modules> |
|
|
|
</component> |
|
|
|
</project> |
|
|
@ -0,0 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project version="4"> |
|
|
|
<component name="VcsDirectoryMappings"> |
|
|
|
<mapping directory="$PROJECT_DIR$" vcs="Git" /> |
|
|
|
</component> |
|
|
|
</project> |
|
|
@ -0,0 +1,7 @@ |
|
|
|
towhee.models>=0.7.0 |
|
|
|
einops>=0.4.1 |
|
|
|
towhee>=0.7.0 |
|
|
|
transformers>=4.19.2 |
|
|
|
timm>=0.4.12 |
|
|
|
torchvision |
|
|
|
torch |