use temperature 0.6 for command line examples as well (match python)

This commit is contained in:
David Koski
2024-03-01 23:23:32 -08:00
parent 33d4b6f57e
commit 98ff923d91

View File

@@ -31,7 +31,7 @@ struct SyncGenerator: AsyncParsableCommand {
var maxTokens = 100
@Option(name: .shortAndLong, help: "The sampling temperature")
var temperature: Float = 0.0
var temperature: Float = 0.6
@Option(name: .long, help: "The PRNG seed")
var seed: UInt64 = 0
@@ -120,7 +120,7 @@ struct AsyncGenerator: AsyncParsableCommand {
var maxTokens = 100
@Option(name: .shortAndLong, help: "The sampling temperature")
var temperature: Float = 0.0
var temperature: Float = 0.6
@Option(name: .long, help: "The PRNG seed")
var seed: UInt64 = 0