gpt4 book ai didi

huggingface-transformers - 当我使用 st.cache 时 Streamlit Unhashable TypeError

转载 作者:行者123 更新时间:2023-12-02 01:51:32 24 4
gpt4 key购买 nike

当我使用 st.cache 装饰器来兑现拥抱面变压器模型时,我得到

Unhashable TypeError

这是代码

from transformers import pipeline 
import streamlit as st
from io import StringIO

@st.cache(hash_funcs={StringIO: StringIO.getvalue})
def model() :
return pipeline("sentiment-analysis", model='akhooli/xlm-r-large-arabic-sent')

最佳答案

在 Streamlit 存储库的问题部分搜索后

我发现散列参数不是必需的,只需要传递这个参数

allow_output_mutation = True

关于huggingface-transformers - 当我使用 st.cache 时 Streamlit Unhashable TypeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70274841/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com