Explorar el Código

feat:修改.env文件

zhaohaipeng hace 3 semanas
padre
commit
2315addbf2
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      .env
  2. 1 1
      .gitignore

+ 4 - 0
.env

@@ -0,0 +1,4 @@
+API_PORT=443
+COMPILE=1
+HALF=1
+PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True

+ 1 - 1
.gitignore

@@ -46,7 +46,7 @@ MANIFEST
 
 # Virtual Environments
 # --------------------
-.env
+#.env
 .venv
 env/
 venv/