LukeLin

Results 109 comments of LukeLin

I also met this problem. https://github.com/NVIDIA/apex/issues/1748#issuecomment-1928910265 solved my problem.

我记得有个issue 被秒关了, 当时很难过。

> > Hi, all When I run the `python setup.py` command in cmd, I got these print: > > ``` > > usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]...

You should use `pip install -e .` in the dir where has the `setup.py` or `pyproject.toml`

`sudo tc qdisc add dev enp0s1 root fq limit 1000` I try to change the queue limit, but fail `Error: Exclusivity flag on, cannot modify.`

dockerhub [1263810658](https://hub.docker.com/repository/docker/1263810658/torch_quiver/general)

I find in serving.py line 129 ` result_queue.put((res, time.perf_counter()-start))` will stuck.

What did you mean by the same result? Same subgraph?

Usually, we assume CPU memory is big enough. You can refer to https://marius-project.org/publications/ to find some papers which store the node in the disk.