File tree 2 files changed +20
-1
lines changed 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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/conda:1" : {},
12
+ "ghcr.io/devcontainers/features/nvidia-cuda:1" : {
13
+ "installCudnn" : true ,
14
+ "installToolkit" : true ,
15
+ "cudaVersion" : " 12.4"
16
+ },
17
+ "ghcr.io/devcontainers/features/rust:1" : {}
18
+ }
19
+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " outlines"
7
7
authors = [{name = " Outlines Developers" }]
8
8
description = " Probabilistic Generative Model Programming"
9
- requires-python = " >=3.9"
9
+ requires-python = " >=3.9,<3.13 "
10
10
license = {text = " Apache-2.0" }
11
11
keywords =[
12
12
" machine learning" ,
You can’t perform that action at this time.
0 commit comments