Spaces:
Build error
Build error
daishen commited on
Commit ·
4b4da30
1
Parent(s): c3dcec1
add app.py
Browse files- .idea/.gitignore +8 -0
- .idea/LAiW-2.iml +8 -0
- .idea/deployment.xml +119 -0
- .idea/inspectionProfiles/Project_Default.xml +38 -0
- .idea/inspectionProfiles/profiles_settings.xml +6 -0
- .idea/misc.xml +4 -0
- .idea/modules.xml +8 -0
- .idea/vcs.xml +6 -0
.idea/.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 默认忽略的文件
|
| 2 |
+
/shelf/
|
| 3 |
+
/workspace.xml
|
| 4 |
+
# 基于编辑器的 HTTP 客户端请求
|
| 5 |
+
/httpRequests/
|
| 6 |
+
# Datasource local storage ignored files
|
| 7 |
+
/dataSources/
|
| 8 |
+
/dataSources.local.xml
|
.idea/LAiW-2.iml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<module type="PYTHON_MODULE" version="4">
|
| 3 |
+
<component name="NewModuleRootManager">
|
| 4 |
+
<content url="file://$MODULE_DIR$" />
|
| 5 |
+
<orderEntry type="jdk" jdkName="Python 3.9 (HF-SCULaiw)" jdkType="Python SDK" />
|
| 6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
| 7 |
+
</component>
|
| 8 |
+
</module>
|
.idea/deployment.xml
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
| 4 |
+
<serverData>
|
| 5 |
+
<paths name="3A100">
|
| 6 |
+
<serverdata>
|
| 7 |
+
<mappings>
|
| 8 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 9 |
+
</mappings>
|
| 10 |
+
</serverdata>
|
| 11 |
+
</paths>
|
| 12 |
+
<paths name="CPU1">
|
| 13 |
+
<serverdata>
|
| 14 |
+
<mappings>
|
| 15 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 16 |
+
</mappings>
|
| 17 |
+
</serverdata>
|
| 18 |
+
</paths>
|
| 19 |
+
<paths name="CPU1_Data_Tag">
|
| 20 |
+
<serverdata>
|
| 21 |
+
<mappings>
|
| 22 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 23 |
+
</mappings>
|
| 24 |
+
</serverdata>
|
| 25 |
+
</paths>
|
| 26 |
+
<paths name="FT-LLM">
|
| 27 |
+
<serverdata>
|
| 28 |
+
<mappings>
|
| 29 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 30 |
+
</mappings>
|
| 31 |
+
</serverdata>
|
| 32 |
+
</paths>
|
| 33 |
+
<paths name="PIXIU1">
|
| 34 |
+
<serverdata>
|
| 35 |
+
<mappings>
|
| 36 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 37 |
+
</mappings>
|
| 38 |
+
</serverdata>
|
| 39 |
+
</paths>
|
| 40 |
+
<paths name="cer">
|
| 41 |
+
<serverdata>
|
| 42 |
+
<mappings>
|
| 43 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 44 |
+
</mappings>
|
| 45 |
+
</serverdata>
|
| 46 |
+
</paths>
|
| 47 |
+
<paths name="chinese-llama">
|
| 48 |
+
<serverdata>
|
| 49 |
+
<mappings>
|
| 50 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 51 |
+
</mappings>
|
| 52 |
+
</serverdata>
|
| 53 |
+
</paths>
|
| 54 |
+
<paths name="experiment">
|
| 55 |
+
<serverdata>
|
| 56 |
+
<mappings>
|
| 57 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 58 |
+
</mappings>
|
| 59 |
+
</serverdata>
|
| 60 |
+
</paths>
|
| 61 |
+
<paths name="glp">
|
| 62 |
+
<serverdata>
|
| 63 |
+
<mappings>
|
| 64 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 65 |
+
</mappings>
|
| 66 |
+
</serverdata>
|
| 67 |
+
</paths>
|
| 68 |
+
<paths name="lawgpt">
|
| 69 |
+
<serverdata>
|
| 70 |
+
<mappings>
|
| 71 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 72 |
+
</mappings>
|
| 73 |
+
</serverdata>
|
| 74 |
+
</paths>
|
| 75 |
+
<paths name="lawgpt-zh">
|
| 76 |
+
<serverdata>
|
| 77 |
+
<mappings>
|
| 78 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 79 |
+
</mappings>
|
| 80 |
+
</serverdata>
|
| 81 |
+
</paths>
|
| 82 |
+
<paths name="pixiu2">
|
| 83 |
+
<serverdata>
|
| 84 |
+
<mappings>
|
| 85 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 86 |
+
</mappings>
|
| 87 |
+
</serverdata>
|
| 88 |
+
</paths>
|
| 89 |
+
<paths name="pixiutrain">
|
| 90 |
+
<serverdata>
|
| 91 |
+
<mappings>
|
| 92 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 93 |
+
</mappings>
|
| 94 |
+
</serverdata>
|
| 95 |
+
</paths>
|
| 96 |
+
<paths name="scuLeLLM">
|
| 97 |
+
<serverdata>
|
| 98 |
+
<mappings>
|
| 99 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 100 |
+
</mappings>
|
| 101 |
+
</serverdata>
|
| 102 |
+
</paths>
|
| 103 |
+
<paths name="sculegal">
|
| 104 |
+
<serverdata>
|
| 105 |
+
<mappings>
|
| 106 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 107 |
+
</mappings>
|
| 108 |
+
</serverdata>
|
| 109 |
+
</paths>
|
| 110 |
+
<paths name="titan-pixiu">
|
| 111 |
+
<serverdata>
|
| 112 |
+
<mappings>
|
| 113 |
+
<mapping local="$PROJECT_DIR$" web="/" />
|
| 114 |
+
</mappings>
|
| 115 |
+
</serverdata>
|
| 116 |
+
</paths>
|
| 117 |
+
</serverData>
|
| 118 |
+
</component>
|
| 119 |
+
</project>
|
.idea/inspectionProfiles/Project_Default.xml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<profile version="1.0">
|
| 3 |
+
<option name="myName" value="Project Default" />
|
| 4 |
+
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
| 5 |
+
<Languages>
|
| 6 |
+
<language minSize="63" name="Python" />
|
| 7 |
+
</Languages>
|
| 8 |
+
</inspection_tool>
|
| 9 |
+
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
| 10 |
+
<option name="ignoredPackages">
|
| 11 |
+
<value>
|
| 12 |
+
<list size="6">
|
| 13 |
+
<item index="0" class="java.lang.String" itemvalue="pandas" />
|
| 14 |
+
<item index="1" class="java.lang.String" itemvalue="six" />
|
| 15 |
+
<item index="2" class="java.lang.String" itemvalue="python-dateutil" />
|
| 16 |
+
<item index="3" class="java.lang.String" itemvalue="tzdata" />
|
| 17 |
+
<item index="4" class="java.lang.String" itemvalue="numpy" />
|
| 18 |
+
<item index="5" class="java.lang.String" itemvalue="pytz" />
|
| 19 |
+
</list>
|
| 20 |
+
</value>
|
| 21 |
+
</option>
|
| 22 |
+
</inspection_tool>
|
| 23 |
+
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
| 24 |
+
<option name="ignoredErrors">
|
| 25 |
+
<list>
|
| 26 |
+
<option value="N812" />
|
| 27 |
+
</list>
|
| 28 |
+
</option>
|
| 29 |
+
</inspection_tool>
|
| 30 |
+
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
| 31 |
+
<option name="ignoredIdentifiers">
|
| 32 |
+
<list>
|
| 33 |
+
<option value="bool.*" />
|
| 34 |
+
</list>
|
| 35 |
+
</option>
|
| 36 |
+
</inspection_tool>
|
| 37 |
+
</profile>
|
| 38 |
+
</component>
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="InspectionProjectProfileManager">
|
| 2 |
+
<settings>
|
| 3 |
+
<option name="USE_PROJECT_PROFILE" value="false" />
|
| 4 |
+
<version value="1.0" />
|
| 5 |
+
</settings>
|
| 6 |
+
</component>
|
.idea/misc.xml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (HF-SCULaiw)" project-jdk-type="Python SDK" />
|
| 4 |
+
</project>
|
.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ProjectModuleManager">
|
| 4 |
+
<modules>
|
| 5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/LAiW-2.iml" filepath="$PROJECT_DIR$/.idea/LAiW-2.iml" />
|
| 6 |
+
</modules>
|
| 7 |
+
</component>
|
| 8 |
+
</project>
|
.idea/vcs.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="VcsDirectoryMappings">
|
| 4 |
+
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
| 5 |
+
</component>
|
| 6 |
+
</project>
|