workspace.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="edbf3935-4476-45aa-aea0-f1e7cbcf4b9a" name="Changes" comment="">
  5. <change afterPath="$PROJECT_DIR$/extensions/llama_prompts/script.py" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/modules/callbacks.py" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/modules/RWKV.py" beforeDir="false" afterPath="$PROJECT_DIR$/modules/RWKV.py" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/modules/chat.py" beforeDir="false" afterPath="$PROJECT_DIR$/modules/chat.py" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/modules/shared.py" beforeDir="false" afterPath="$PROJECT_DIR$/modules/shared.py" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/modules/stopping_criteria.py" beforeDir="false" />
  11. <change beforePath="$PROJECT_DIR$/modules/text_generation.py" beforeDir="false" afterPath="$PROJECT_DIR$/modules/text_generation.py" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/server.py" beforeDir="false" afterPath="$PROJECT_DIR$/server.py" afterDir="false" />
  14. </list>
  15. <option name="SHOW_DIALOG" value="false" />
  16. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  17. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  18. <option name="LAST_RESOLUTION" value="IGNORE" />
  19. </component>
  20. <component name="Git.Settings">
  21. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  22. </component>
  23. <component name="MarkdownSettingsMigration">
  24. <option name="stateVersion" value="1" />
  25. </component>
  26. <component name="ProjectId" id="2MtdH03e5QdbSP16WYYfDkhyFUC" />
  27. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  28. <component name="ProjectViewState">
  29. <option name="showLibraryContents" value="true" />
  30. </component>
  31. <component name="PropertiesComponent"><![CDATA[{
  32. "keyToString": {
  33. "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
  34. "RunOnceActivity.OpenProjectViewOnStart": "true",
  35. "RunOnceActivity.ShowReadmeOnStart": "true"
  36. }
  37. }]]></component>
  38. <component name="RunManager">
  39. <configuration default="true" type="JetRunConfigurationType">
  40. <module name="text-generation-webui" />
  41. <method v="2">
  42. <option name="Make" enabled="true" />
  43. </method>
  44. </configuration>
  45. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  46. <module name="text-generation-webui" />
  47. <option name="filePath" />
  48. <method v="2">
  49. <option name="Make" enabled="true" />
  50. </method>
  51. </configuration>
  52. </component>
  53. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  54. <component name="TaskManager">
  55. <task active="true" id="Default" summary="Default task">
  56. <changelist id="edbf3935-4476-45aa-aea0-f1e7cbcf4b9a" name="Changes" comment="" />
  57. <created>1678590722207</created>
  58. <option name="number" value="Default" />
  59. <option name="presentableId" value="Default" />
  60. <updated>1678590722207</updated>
  61. </task>
  62. <servers />
  63. </component>
  64. </project>