mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-12 12:04:39 +08:00
update
This commit is contained in:
@@ -126,7 +126,7 @@ class CTRLGenerator():
|
||||
|
||||
# almost there, we now take the user prompt and tokenize with BPE
|
||||
# load BPE codes
|
||||
self.bpe = fastBPE('codes', 'vocab')
|
||||
self.bpe = fastBPE.fastBPE('codes', 'vocab')
|
||||
|
||||
self.temperature = 0
|
||||
self.nucleusprob = 0
|
||||
|
||||
Reference in New Issue
Block a user