8000 Tags · fal-ai/isolate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fal-ai/isolate

Tags

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(isolate): unpin grpcio (#169)

* chore(isolate): unpin grpcio

* Update pyproject.toml

* Update pyproject.toml

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(container): accept resolver (#168)

This is not used in the controller, but same as requirements should be accepted by the env class.

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(agent): skip site dirs that have bad .pth files (#167)

v0.16.2

Toggle v0.16.2's commit message

Verified < 8000 /h1>
This commit was created on GitHub.com and signed with GitHub’s verified signature.

chore: drop global RUNNER_THREAD_POOL (#166)

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't forget to install flaky (#165)

```
  /Users/runner/work/isolate/isolate/tests/test_server.py:558: PytestUnknownMarkWarning: Unknown pytest.mark.flaky - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
```

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: offer stream_logs for BoundFunction (#160)

* chore: offer proto stream_logs for TaskMetadata

* refactor: avoid unnecessary field in class

* feat: handle stream_logs in TaskMetadata

* test

* fix

* separate in 2 rpc

* revert queue changes

* add into bound func

* adapt code

* adapt tests

* fix default for remote connection

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: introduce inferring of log levels (#162)

* feat: introduce inferring of log levels

* precommit

* mypy

* tst

* adapt

* move it to the IsolateSettings

* dont fail fast

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add log timestamp when processing (#161)

* feat: add log timestamp when processing

* use different name to avoid confusion

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: make Run task metadata settable (#158)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: server skips empty logs if SKIP_EMPTY_LOGS == 1 (#157)

0