-
## What happened?
Code like `stream.map(foo::expensiveConversion).limit(N)`, `stream.sorted().limit(N)`, or `stream.filter(this::someFilter).sorted()` does not trigger any warnings for inefficiency…
-
Is there any TensorRT optimised inference available?
-
Running `time ./mill __.compile` on the Mill codebase, after everything is already compiled, takes about ~2.5 to run and do nothing. `./mill plan __.compile` shows about 16847 tasks, working out to be…
-
I mentioned a while back that our Lighthouse score was low, and even running on local, the main site feels slow and laggy (maybe its just me?).
Anyways, we should start going in and seeing what we …
-
**What type of your feature request?**
Need to test CenOS repository
- [ ] centos.8|centos.7|rhel.7 (In get.docker.com)
- [ ] oracleLinux7,Oracle Linux8 (rhel family)
Extra OS may need to …
-
Improve load times and performance.
-
Utilize tools like Lighthouse, CSS Overview, Wave, etc to ensure each page is compliant with those guidelines
NOTE: This will be an ongoing task
-
- [ ] Support Conv large weights on L1
- [ ] Support sharded input to Conv, to avoid S2I/I2S
- [ ] #14977
- [ ] Transpose to support sharded and bfp8 input
- [ ] Softmax to support sharded input
-…
-
1. Remove all dependencies on the config package 解除所有对 config 包的依赖关系
2. Remove all dependencies on the client/server package 解除所有对 client/server 包的依赖关系
-
## Problem
Currently, we parse embedded JSON files into Go structures, but when serving to the frontend, we need to re-marshal these structures back to JSON. This is inefficient and could impact perf…