cphoward

Results 5 issues of cphoward

This change seeks to expose libuv's internal [`uv_metrics_idle_time`](https://docs.libuv.org/en/v1.x/metrics.html#c.uv_metrics_idle_time) to permit users to tune their applications. This change is inspired by Nodejs' [`internalEventLoopUtilization`](https://github.com/nodejs/node/blob/v19.0.0/lib/internal/perf/event_loop_utilization.js#L22-L68). The heart of this change is: ``` python...

**Describe the bug** I am attempting to run the LLaMA2 demo at https://github.com/openvinotoolkit/model_server/blob/main/demos/llama_chat/python/README.md. When I run: ``` sh python client.py --url localhost:9000 --question "Write python function to sum 3 numbers."...

bug

I'm not getting any errors, I cannot find a definitive answer if treemacs supports `/docker:container-id:/path`. Does treemacs support the new build-in `/docker:...` TRAMP mode?

Question/Discussion
Compatibility
stale

Doing ``` sh git clone https://github.com/emacs-lsp/lsp-docker ``` and ``` sh docker pull emacslsp/lsp-docker-langservers ``` with ``` lisp ;; Uncomment the next line if you are using this from source ;;...

I believe `object` should be `Layer` in the`CrossEntropyLoss` class definition.