Emily Xie commited on
Commit
547624d
·
1 Parent(s): 1dd8f9f

standard req medgemma env

Browse files
medrax/tools/vqa/medgemma/medgemma_requirements_standard.txt ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.9.0
2
+ annotated_types==0.7.0
3
+ anyio==4.9.0
4
+ bitsandbytes==0.46.0
5
+ certifi==2025.7.14
6
+ charset_normalizer==3.4.2
7
+ click==8.2.1
8
+ fastapi==0.116.1
9
+ filelock==3.18.0
10
+ fsspec==2025.7.0
11
+ h11==0.16.0
12
+ hf_xet==1.1.3
13
+ httpcore==1.0.9
14
+ httpx==0.28.1
15
+ huggingface-hub==0.34.3
16
+ idna==3.10
17
+ inquirerpy==0.3.4
18
+ jinja2==3.1.6
19
+ jsonpatch==1.33
20
+ jsonpointer==3.0.0
21
+ langchain-core==0.3.72
22
+ langsmith==0.4.8
23
+ MarkupSafe==2.1.5
24
+ mpmath==1.3.0
25
+ networkx==3.5
26
+ numpy==2.2.2
27
+ orjson==3.10.5
28
+ packaging==25.0
29
+ pfzy==0.3.4
30
+ pillow==11.1.0
31
+ prompt_toolkit==3.0.51
32
+ psutil==6.1.1
33
+ pydantic==2.11.7
34
+ pydantic_core==2.33.2
35
+ python_multipart==0.0.20
36
+ PyYAML==6.0.2
37
+ regex==2024.11.6
38
+ requests==2.32.4
39
+ requests_toolbelt==1.0.0
40
+ safetensors==0.5.3
41
+ sniffio==1.3.1
42
+ sshuttle==1.3.1
43
+ starlette==0.47.2
44
+ sympy==1.14.0
45
+ tenacity==9.1.2
46
+ tokenizers==0.21.1
47
+ torch==2.7.1
48
+ tqdm==4.67.1
49
+ transformers==4.54.1
50
+ typing_extensions==4.14.1
51
+ typing_inspection==0.4.1
52
+ urllib3==2.5.0
53
+ uvicorn==0.35.0
54
+ wcwidth==0.2.13
55
+ zstandard==0.23.0