Skip to content

Commit

Permalink
suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
kingh0730 committed Nov 15, 2023
1 parent 178c8a5 commit af4a85f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install_autockt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install \
-e "./AutoCkt/Shared[dev]" \
-e "./AutoCkt/Server[dev]" \
-e "./AutoCkt/Client[dev]" \
-e "./AutoCkt/Ml[dev]"
-e "./AutoCkt/ML[dev]"

# Swap to the ray/ OpenAI/ ML-stuff preferred version of protobuf
# Hdl21 includes a dependency on a newer version,
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_autockt_no_ml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install \
-e "./AutoCkt/Client"

# The point: leaving out this one:
##-e "./AutoCkt/Ml"
##-e "./AutoCkt/ML"

# Swap to the ray/ OpenAI/ ML-stuff preferred version of protobuf
# Hdl21 includes a dependency on a newer version,
Expand Down
3 changes: 2 additions & 1 deletion scripts/install_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pip install \
-e "./Discovery/Shared[dev]" \
-e "./Discovery/Client[dev]" \
-e "./AutoCkt/Shared[dev]" \
-e "./AutoCkt/Auto[dev]"
-e "./AutoCkt/Client[dev]" \
-e "./AutoCkt/ML[dev]"

# Set up pre-commit hooks
pre-commit install

0 comments on commit af4a85f

Please sign in to comment.