-
I am seeing this while running the offline ml diags:
```
/home/jovyan/fv3net/external/vcm/vcm/interpolate.py:144: FutureWarning: ``output_sizes`` should be given in the ``dask_gufunc_kwargs`` parame…
-
## Proposal Summary
How to perform data access management at the user level? By looking at the current documentation https://clear.ml/docs/latest/docs/integrations/storage#direct-access there's no wa…
-
We need a python parser for the LLVM's binary proof hint file.
The proof hint will be parsed into a `Task` such as in https://github.com/runtimeverification/proof-generation/blob/main/ml/rewrite/tasks…
-
The standard way to compare two `Frac`s is to check if their absolute difference is lower than some epsilon. This could be a builtin function.
```
fracApproxEquals : Frac -> Frac -> Frac -> Bool
…
-
Hi! Even though this repo doesn't seem active any more, I'll put this out here in case anyone else has an issue installing this package.
## Problem description
Cannot install `pyinterval` with set…
-
## Description
This issue captures few places on "Zowe API Mediation Layer Security" page which needs clarifications. Exact fixes should be consulted with the team.
## Pages to Update
[Z…
-
The complete error message you provided is::
CMake Warning (dev) at CMakeLists.txt:36 (find_package):
Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake
--help-policy CMP014…
-
It would be great to see if AI Toolkit can leverage the NPU in Copilot PCs.
Currently this uses the CPU, its nice a quick on the Snapdragon processors but not using the AI processor when running mod…
-
https://github.com/dfinity/motoko/blob/0b05b2428fcf427ba58fa70223dd587f18d21dce/src/codegen/compile.ml#L5308
In this line `get_refs_start` is used but there are no uses of `set_refs_start` in the s…
-
**Why:** reliance on global state is bad for many reasons. Two pain points are:
1. snarkyjs stops working if imported twice (e.g., not used as a peer dependency but direct dep by some library), becaus…