Fix typo error
This commit is contained in:
parent
b87703aea6
commit
3c3cdba499
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ async def save_to_cache(hashing_kv, cache_data: CacheData):
|
|||
|
||||
mode_cache[cache_data.args_hash] = {
|
||||
"return": cache_data.content,
|
||||
"cache_type": cache_data.cache_data,
|
||||
"cache_type": cache_data.cache_type,
|
||||
"embedding": cache_data.quantized.tobytes().hex()
|
||||
if cache_data.quantized is not None
|
||||
else None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue