Spaces:
Paused
Paused
AurelioAguirre
commited on
Commit
•
78ba59d
1
Parent(s):
679b18c
New Dockerfile, still dummy app, testing minimal req file. Fixed REAMDME v7
Browse files- .idea/.gitignore +0 -3
- .idea/Inference-Server.iml +0 -12
- .idea/misc.xml +0 -9
- .idea/modules.xml +0 -8
- .idea/vcs.xml +0 -6
.idea/.gitignore
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
# Default ignored files
|
2 |
-
/shelf/
|
3 |
-
/workspace.xml
|
|
|
|
|
|
|
|
.idea/Inference-Server.iml
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<module type="JAVA_MODULE" version="4">
|
3 |
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
4 |
-
<exclude-output />
|
5 |
-
<content url="file://$MODULE_DIR$">
|
6 |
-
<excludeFolder url="file://$MODULE_DIR$/myenv" />
|
7 |
-
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
8 |
-
</content>
|
9 |
-
<orderEntry type="inheritedJdk" />
|
10 |
-
<orderEntry type="sourceFolder" forTests="false" />
|
11 |
-
</component>
|
12 |
-
</module>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/misc.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="Black">
|
4 |
-
<option name="sdkName" value="Python 3.12 (LLM-Engine)" />
|
5 |
-
</component>
|
6 |
-
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="Python 3.12 (LLMServer)" project-jdk-type="Python SDK">
|
7 |
-
<output url="file://$PROJECT_DIR$/out" />
|
8 |
-
</component>
|
9 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/modules.xml
DELETED
@@ -1,8 +0,0 @@
|
|
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/Inference-Server.iml" filepath="$PROJECT_DIR$/.idea/Inference-Server.iml" />
|
6 |
-
</modules>
|
7 |
-
</component>
|
8 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.idea/vcs.xml
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<project version="4">
|
3 |
-
<component name="VcsDirectoryMappings">
|
4 |
-
<mapping directory="" vcs="Git" />
|
5 |
-
</component>
|
6 |
-
</project>
|
|
|
|
|
|
|
|
|
|
|
|
|
|