-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLlama.pyproj
72 lines (72 loc) · 3.03 KB
/
Llama.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{d56ca115-830a-4007-bb9b-bf0fc72da9b0}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>llama_chat_adapter.py</StartupFile>
<SearchPath>..\..\SDK\Python;bin\windows\python39\venv\Lib\site-packages</SearchPath>
<Name>Llama Chat</Name>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<!-- <ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d72}</ProjectTypeGuids> -->
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|VisualStudio|venv</InterpreterId>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<Environment>CPAI_MODULE_LLAMA_MODEL_REPO=TheBloke/Mistral-7B-Instruct-v0.2-GGUF
</Environment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="explore.html" />
<Content Include="install.bat" />
<Content Include="install.sh" />
<Content Include="modulesettings.json" />
<Content Include="modulesettings.development.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.windows.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="package.bat" />
<Content Include="package.sh" />
<Content Include="requirements.txt" />
<Content Include="requirements.cuda11.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.cuda11_7.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.cuda11_8.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.cuda12.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.cuda12_1.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.cuda12_2.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.macos.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="llama_chat_adapter.py" />
<Compile Include="llama_chat.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|VisualStudio|venv" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>