Skip to content

Commit a7bbe04

Browse files
ltoniazziLorenzo Toniazzi
authored and
Lorenzo Toniazzi
committed
Point to gguf format for lora
1 parent a0c0f87 commit a7bbe04

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

Samples~/MultipleCharacters/Scene.unity

+6-11
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0.44657832, g: 0.49641222, b: 0.57481664, a: 1}
4241
m_UseRadianceAmbientProbe: 0
4342
--- !u!157 &3
4443
LightmapSettings:
@@ -624,9 +623,7 @@ MonoBehaviour:
624623
stop: []
625624
playerName: Human
626625
AIName: Adam
627-
prompt: A chat between a curious human and an artificial intelligence assistant
628-
named Adam. The assistant gives helpful, detailed, and polite answers to the
629-
human's questions.
626+
prompt: I
630627
setNKeepToPrompt: 1
631628
chat: []
632629
grammarString:
@@ -1513,7 +1510,7 @@ MonoBehaviour:
15131510
m_Script: {fileID: 11500000, guid: a50e3140c3ecaaf1c848dbf141cc2074, type: 3}
15141511
m_Name:
15151512
m_EditorClassIdentifier:
1516-
advancedOptions: 0
1513+
advancedOptions: 1
15171514
remote: 0
15181515
port: 13333
15191516
numThreads: -1
@@ -1523,10 +1520,10 @@ MonoBehaviour:
15231520
dontDestroyOnLoad: 1
15241521
contextSize: 0
15251522
batchSize: 512
1526-
basePrompt:
1527-
model:
1523+
basePrompt: I
1524+
model: Base-F32.gguf
15281525
chatTemplate: chatml
1529-
lora:
1526+
lora: Lora-F32-LoRA.gguf
15301527
--- !u!4 &1047848255
15311528
Transform:
15321529
m_ObjectHideFlags: 0
@@ -1990,9 +1987,7 @@ MonoBehaviour:
19901987
stop: []
19911988
playerName: Human
19921989
AIName: Eve
1993-
prompt: A chat between a curious human and an artificial intelligence assistant
1994-
named Eve. The assistant gives helpful, detailed, and polite answers to the human's
1995-
questions.
1990+
prompt: I
19961991
setNKeepToPrompt: 1
19971992
chat: []
19981993
grammarString:

Samples~/SimpleInteraction/Scene.unity

+3-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0.44657832, g: 0.49641222, b: 0.57481664, a: 1}
4241
m_UseRadianceAmbientProbe: 0
4342
--- !u!157 &3
4443
LightmapSettings:
@@ -1036,7 +1035,7 @@ MonoBehaviour:
10361035
m_Script: {fileID: 11500000, guid: a50e3140c3ecaaf1c848dbf141cc2074, type: 3}
10371036
m_Name:
10381037
m_EditorClassIdentifier:
1039-
advancedOptions: 0
1038+
advancedOptions: 1
10401039
remote: 0
10411040
port: 13333
10421041
numThreads: -1
@@ -1047,8 +1046,8 @@ MonoBehaviour:
10471046
contextSize: 0
10481047
batchSize: 512
10491048
basePrompt:
1050-
model:
1051-
chatTemplate: chatml
1049+
model: Base-F32.gguf
1050+
chatTemplate: gemma
10521051
lora:
10531052
--- !u!4 &1047848255
10541053
Transform:

0 commit comments

Comments
 (0)