Spaces:
Running
Running
Lakshan A C Withange
commited on
Commit
·
7b96082
1
Parent(s):
3d3ba47
added the project file
Browse files- .idea/SummarizeAI_Pro.iml +4 -0
- requirements.txt +4 -0
.idea/SummarizeAI_Pro.iml
CHANGED
@@ -7,6 +7,10 @@
|
|
7 |
<orderEntry type="inheritedJdk" />
|
8 |
<orderEntry type="sourceFolder" forTests="false" />
|
9 |
</component>
|
|
|
|
|
|
|
|
|
10 |
<component name="PyDocumentationSettings">
|
11 |
<option name="format" value="PLAIN" />
|
12 |
<option name="myDocStringFormat" value="Plain" />
|
|
|
7 |
<orderEntry type="inheritedJdk" />
|
8 |
<orderEntry type="sourceFolder" forTests="false" />
|
9 |
</component>
|
10 |
+
<component name="PackageRequirementsSettings">
|
11 |
+
<option name="removeUnused" value="true" />
|
12 |
+
<option name="keepMatchingSpecifier" value="false" />
|
13 |
+
</component>
|
14 |
<component name="PyDocumentationSettings">
|
15 |
<option name="format" value="PLAIN" />
|
16 |
<option name="myDocStringFormat" value="Plain" />
|
requirements.txt
CHANGED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
peft>=0.4.0
|
4 |
+
streamlit>=1.22.0
|