mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Show author and SP length in soft prompt menu
This commit is contained in:
@ -161,6 +161,7 @@ def getspfiles(model_dimension: int):
|
||||
ob = {}
|
||||
z.close()
|
||||
ob["filename"] = file
|
||||
ob["n_tokens"] = shape[-2]
|
||||
lst.append(ob)
|
||||
return lst
|
||||
|
||||
|
Reference in New Issue
Block a user