Skip to content

Commit

Permalink
feat: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 29, 2024
1 parent c062eda commit 6ac9687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y gcc gobjc libobjc-12-dev


- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = [ "stochastic-rs-ai",
members = [
#"stochastic-rs-ai",
"stochastic-rs-core",
"stochastic-rs-quant",
"stochastic-rs-stats",
Expand Down
8 changes: 4 additions & 4 deletions stochastic-rs-ai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ edition = "2021"

[dependencies]
anyhow = "1.0.88"
candle-core = {version = "0.6.0", features = ["accelerate", "metal"]}
candle-datasets = {version = "0.6.0"}
candle-metal-kernels = "0.6.0"
candle-nn = {version = "0.6.0", features = ["accelerate", "metal"]}
candle-core = {version = "0.7.2", features = ["accelerate", "metal"]}
candle-datasets = {version = "0.7.2"}
candle-metal-kernels = "0.7.2"
candle-nn = {version = "0.7.2", features = ["accelerate", "metal"]}
indicatif = "0.17.7"
ndarray = "0.16.1"
ndarray-rand = "0.15.0"
Expand Down

0 comments on commit 6ac9687

Please sign in to comment.