We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.1.4
1 parent 1fdf1c5 commit a169907Copy full SHA for a169907
.github/workflows/ci-cloud.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ["3.10"]
18
19
# Timeout: https://stackoverflow.com/a/59076067/4521646
20
- timeout-minutes: 15
+ timeout-minutes: 25
21
env:
22
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
23
@@ -40,4 +40,4 @@ jobs:
40
LIGHTNING_API_KEY: ${{ secrets.LIGHTNING_API_KEY }}
41
run: |
42
coverage run --source litmodels -m pytest src tests -v -m cloud
43
- timeout-minutes: 5
+ timeout-minutes: 15
src/litmodels/__about__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.3"
+__version__ = "0.1.4"
2
__author__ = "Lightning-AI et al."
3
__author_email__ = "[email protected]"
4
__license__ = "Apache-2.0"
0 commit comments