Skip to content

Commit 72a904a

Browse files
Remove forkserver logic
Signed-off-by: Albert van Houten <[email protected]>
1 parent 75e8d42 commit 72a904a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/lib-lint-and-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
with:
117117
persist-credentials: false
118118

119-
- name: Install Rust toolchain
120-
uses: dtolnay/rust-toolchain@b9ed5a8fb8afb645c9cfaffecc60fc946d28f857 # stable
119+
# TODO remove after switching to an official Datumaro release with pre-built wheels
120+
- name: Installing Rust toolchain
121+
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
121122
with:
122123
toolchain: stable
123124

library/src/otx/backend/native/models/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
"""Module for OTX custom models."""
55

6-
import multiprocessing
7-
8-
if multiprocessing.get_start_method(allow_none=True) is None:
9-
multiprocessing.set_start_method("forkserver")
10-
116
from .classification import (
127
EfficientNet,
138
MobileNetV3,

0 commit comments

Comments
 (0)