-
Notifications
You must be signed in to change notification settings - Fork 5
/
NanoGptDotnet.sln
37 lines (37 loc) · 2.01 KB
/
NanoGptDotnet.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34004.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "src\Shared\Shared.csproj", "{1E722FF6-BB20-4E4B-9DCC-43E4962300A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigramModel", "src\BigramModel\BigramModel.csproj", "{A8C6AF83-AC8B-4180-8E1F-EF45FD4357B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoGpt", "src\NanoGpt\NanoGpt.csproj", "{EE16C48B-DDAF-4BA6-B5CF-03323932DC47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E722FF6-BB20-4E4B-9DCC-43E4962300A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E722FF6-BB20-4E4B-9DCC-43E4962300A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E722FF6-BB20-4E4B-9DCC-43E4962300A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E722FF6-BB20-4E4B-9DCC-43E4962300A0}.Release|Any CPU.Build.0 = Release|Any CPU
{A8C6AF83-AC8B-4180-8E1F-EF45FD4357B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8C6AF83-AC8B-4180-8E1F-EF45FD4357B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8C6AF83-AC8B-4180-8E1F-EF45FD4357B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8C6AF83-AC8B-4180-8E1F-EF45FD4357B0}.Release|Any CPU.Build.0 = Release|Any CPU
{EE16C48B-DDAF-4BA6-B5CF-03323932DC47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE16C48B-DDAF-4BA6-B5CF-03323932DC47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE16C48B-DDAF-4BA6-B5CF-03323932DC47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE16C48B-DDAF-4BA6-B5CF-03323932DC47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80DC75E3-BEE5-4F01-8C0A-0F5E7DDC5235}
EndGlobalSection
EndGlobal