-
```
Error: The PocketIC binary took too long to start. Please try again.
❯ node_modules/@hadronous/pic/src/pocket-ic-server.ts:65:13
❯ Timeout.runPoll node_modules/@hadronous/pic/src/util/poll.ts…
-
As mentioned in https://github.com/dfinity/sdk/issues/2199#issuecomment-1221118120:
> I'm surprised that doesn't work; the assets need to get built somehow, and having something like `"build": "npm…
-
Current user support documentation is outdated, we need to update documentation for users. There will be a tutorial session at the end of April, so it is good time to rewrite documentation.
## Outlin…
-
I am running into `ValueError: pytree does not match out_structure` errors when computing gradients for functions where optimistix is called via vmap. The errors disappear when replacing `jax.vmap` wi…
-
There're failures in `SyntaxTree` tests on my macOS machine, even after `git clean -dfx`:
It seems it may be related to the changes introduced in https://github.com/dotnet/fsharp/pull/16687.
I…
-
I get several test failures in numba master on 64-bit Linux.
```
======================================================================
ERROR: test_init_entrypoint (numba.tests.test_entrypoints.T…
-
In some of my use cases, the function computing the derivatives also computes intermediate values that are valuable for debugging or use elsewhere. It would be great to be able to extract those values…
-
```
/usr/share/dotnet/sdk/2.0.2/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Publish.targets(109,5): error MSB3021: Unable to copy file . . .
. . . . Could not find a part of the path . . .
```
``…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### Reproduction
- 执行命令:CUDA_VISIBLE_DEVICES=0 llamafactory-cli train examples/lora_single_gpu/llama3_lora_dpo.yaml
- ll…
-
this canister builds, and `.dfx/local/canisters/idl/aaaaa-aa.did` is being generated.
```
import Management "ic:aaaaa-aa";
actor class Main() {
public func greet(name : Text) : async Text {
…