db
commited on
Commit
·
7ef7223
1
Parent(s):
60256c5
init
Browse files- .idea/workspace.xml +23 -2
- requirements.txt +1 -0
.idea/workspace.xml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="6f3a79aa-e3bd-440d-b0d9-38be2ab06fa3" name="Changes" comment="init">
|
8 |
-
<change afterPath="$PROJECT_DIR
|
9 |
</list>
|
10 |
<option name="SHOW_DIALOG" value="false" />
|
11 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -114,7 +114,28 @@
|
|
114 |
<option name="project" value="LOCAL" />
|
115 |
<updated>1683456957352</updated>
|
116 |
</task>
|
117 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
<servers />
|
119 |
</component>
|
120 |
<component name="Vcs.Log.Tabs.Properties">
|
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="6f3a79aa-e3bd-440d-b0d9-38be2ab06fa3" name="Changes" comment="init">
|
8 |
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
</list>
|
10 |
<option name="SHOW_DIALOG" value="false" />
|
11 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
114 |
<option name="project" value="LOCAL" />
|
115 |
<updated>1683456957352</updated>
|
116 |
</task>
|
117 |
+
<task id="LOCAL-00012" summary="init">
|
118 |
+
<created>1683457475559</created>
|
119 |
+
<option name="number" value="00012" />
|
120 |
+
<option name="presentableId" value="LOCAL-00012" />
|
121 |
+
<option name="project" value="LOCAL" />
|
122 |
+
<updated>1683457475559</updated>
|
123 |
+
</task>
|
124 |
+
<task id="LOCAL-00013" summary="init">
|
125 |
+
<created>1683457576201</created>
|
126 |
+
<option name="number" value="00013" />
|
127 |
+
<option name="presentableId" value="LOCAL-00013" />
|
128 |
+
<option name="project" value="LOCAL" />
|
129 |
+
<updated>1683457576201</updated>
|
130 |
+
</task>
|
131 |
+
<task id="LOCAL-00014" summary="init">
|
132 |
+
<created>1683459236060</created>
|
133 |
+
<option name="number" value="00014" />
|
134 |
+
<option name="presentableId" value="LOCAL-00014" />
|
135 |
+
<option name="project" value="LOCAL" />
|
136 |
+
<updated>1683459236060</updated>
|
137 |
+
</task>
|
138 |
+
<option name="localTasksCounter" value="15" />
|
139 |
<servers />
|
140 |
</component>
|
141 |
<component name="Vcs.Log.Tabs.Properties">
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
torch
|