Yangqing Jia

Results 51 comments of Yangqing Jia

example: `"hf:human-centered-summarization/financial-summarization-pegasus"` that needs protobuf

Yes, this is actually supported today - will put some code and example up.

Thanks! This looks good to me, and sorry for the capacity issue - we are fixing it today. Approved to unblock you :)

Yep, this is something that we intend to do later... Right now every query is new.

Could you try setting export BACKEND="BING" in your shell environment first?

Yep, it's possible. For the search engine part, check out e.g. the search_with_bing() function, and the photon's init() function. We currently support bing, google and https://serper.dev/. It's probably easy to...

For local deployment, you just need to do (in commandline): ``` pip install -U leptonai lep login ``` and make sure you log in to your workspace. For the other...

Thanks - could you check in the settings - KV and see if you have multiple KVs created? One example: For basic plan user, there is a quota with one...

Ah actually supporting Chinese is relatively easy. Our demo page right now supports it, and I haven't got a chance to clean up the code, but here is the gist:...