Jason Kim

Results 4 comments of Jason Kim

Hey all, does anyone have a solution other than downgrading to 0.10.0 (This works for me)? I have an apple silicon MacBook Pro and also encountered the same errors. @thecadams...

> the way i do that is to loop fmin with max_evals=len(trials)+batch_size and check conditions after each batch. batch_size i usually choose by rule-of-thumb * number-of-workers or something like that....

``` { description = "fullName's nix-darwin system flake"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nix-darwin.url = "github:LnL7/nix-darwin/master"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; mac-app-util.url = "github:hraban/mac-app-util"; }; outputs = inputs@{...

> I did it too, does not help. > > What I did: > > 1. Updated nixpkgs, nix-darwin and home-manager to their 25.05 branches (nixos-25.05, nix-darwin-25.05, release-25.05); > 2....