braces

Results 10 comments of braces

是的,的确是这样 另外对于非默认的namespace加载,能否在每次long pulling之前获取一下最新的namespace再使用notification获取需要更新的namespace。这样用户第一次读取非默认namespace配置时就不需要阻塞了 发自网易邮箱大师 在2018年01月08日 21:01,filamoon 写道: 我的理解是,不同的environment对应不同的config_server_url — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the...

can you post more code? have this blueprint registered?

yes it would... 在2018年03月16日 19:01,David 写道: It seems that limits is used here, but wouldn't it use the blocking non asyncio redis client and block the asyncio event loop? —...

good point,any idea to fix? how about put limit into a thread and use await to avoiding block 在2018年03月16日 19:07,David 写道: :( should probably only support local memory then. —...

snapshot_download(repo_id="", ignore_patterns=["*. safetensors"]) will do

> it's not about comments in json , but extra commas in llm's response json which fails in json decode

I don't find project page yet, it seems the author only upload package to pypi

by the way, I have found that removing the json tag in schema encode makes json decode work better, because llm raw response often miss the json tag("") at the...

@eyurtsev thanks for your response do you have benchmarking results? -- not yet, I did a simple statistic,chatgpt has a 50% chance of not adding the json tag, so I...