-
### 🚀 The feature, motivation and pitch
## Motivation
PyTorch only can serialize&deserialize parameters in quantized model for official supported QEngine now. There's no chance to extend it to a…
-
## 🐛 Bug
When trying to optimize a PyTorch model for running on iOS devices with Metal backend
```
traced_detector = torch.jit.trace(kp_detector, image_tensor, strict=False)
optimized_traced_det…
-
### С чем связан запрос на фичу?
Обновить версии пакетов в зависимостях
### Расскажите как вы это себе видите
Обновить версии зависимости до максимально возможных и зафиксировать таким образом, что…
-
```js
module.exports = {
plugins: [
[ '@semantic-release/commit-analyzer', { } ],
[ '@semantic-release/release-notes-generator', { } ],
[ '@semantic-release/changelog', {
cha…
-
### С чем связан запрос на фичу?
Обновить версии пакетов в зависимостях
### Расскажите как вы это себе видите
Обновить версии зависимости до максимально возможных и зафиксировать таким образом, что…
-
Optimize cases like #553
```
(function() {
let opr = {
'sum': (x, y) => x + y,
'mul': (x, y) => x * y,
'div': (x, y) => x / y,
'dif': (x, y) => x - y
};
let opera…
-
The default pack size that shows up includes the default run code that gets put into the file. If someone pushes a blank file, they still see a size of 4kb. We need to check the size of the files some…
-
Use https://prepack.io/ to optimize code even further
-
considering we have the data set from #129 and the test262-harness filter feature, we should work on the integration of it within Prepack
- [x] #125
- [ ] (no issue) publish the integration script…
-
## Expected Behavior
Attempting to get this to prepack react elements: https://github.com/facebook/prepack/wiki/react-compiler
## Actual Behavior
Components don't seem to be picked up, neithe…
natew updated
4 years ago