We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437ffe4 commit 088a341Copy full SHA for 088a341
.devcontainer/devcontainer.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "dottxt-ai",
3
+ "image": "mcr.microsoft.com/devcontainers/python:3.12",
4
+ "runArgs": [
5
+ "--device=nvidia.com/gpu=all"
6
+ ],
7
+ "hostRequirements": {
8
+ "gpu": "optional"
9
+ },
10
+ "features": {
11
+ "ghcr.io/devcontainers/features/nvidia-cuda:1": {
12
+ "installCudnn": true,
13
+ "installToolkit": true,
14
+ "cudaVersion": "12.4"
15
16
+ "ghcr.io/devcontainers/features/rust:1": {}
17
+ }
18
+}
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "outlines"
authors= [{name = "Outlines Developers"}]
description = "Probabilistic Generative Model Programming"
-requires-python = ">=3.9"
+requires-python = ">=3.9,<3.13"
license = {text = "Apache-2.0"}
keywords=[
"machine learning",
0 commit comments