Luming Sun

Results 9 comments of Luming Sun

I encountered a similar problem: ``` job=# /*+ Leading(t mi mi_idx) */ explain select count(*) from title t, movie_info mi, movie_info_idx mi_idx where t.id=mi.movie_id and t.id=mi_idx.movie_id and mi.info_type_id > 16...

https://github.com/learnedsystems/BaoForPostgreSQL/blob/28142c74903cbf0873b614b3b4f3bc49c5f84a1f/run_queries.py#L34 Why use ```while True``` and ```continue``` here?

@ScottLiao920 I just deleted `continue` in https://github.com/learnedsystems/BaoForPostgreSQL/blob/28142c74903cbf0873b614b3b4f3bc49c5f84a1f/run_queries.py#L34

> Are you using multiple GPUs? For what it's worth – I'm also hitting this error, but only when using multiple GPUs and multiple targets. > > I've ensured there's...

@dosu Why connecting OpenAI's public blob storage? I didn't use any OpenAI service.

@dosu Please offer me a domestic mirror address of OPENAI_API_BASE available in China.

@dosu I replaced the OPENAI_API_BASE with zhipu API, but the error remains.

My database server run in a docker container, and I meet the same problem (no data) when I run `offcputime` with the PID of my service in container. However I...

> it only works when user does not has a token @fdb02983rhy Hi, I meet the same problem. What do you mean the user does not has a token? I...