Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca402fb

Browse files
SilasMarvinmontanalowMontana Low
authored
Removed Instructor (#1449)
Co-authored-by: Montana Low <montanalow@users.noreply.github.com>Co-authored-by: Montana Low <montanalow@gmail.com>Co-authored-by: Montana Low <montana.low@gmail.com>
1 parent2f78180 commitca402fb

File tree

5 files changed

+195
-184
lines changed

5 files changed

+195
-184
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python3-pip \
3737
python3 \
3838
lld
39-
sudo pip3 install -r requirements.linux.txt
39+
sudo pip3 install -r requirements.linux.txt --no-cache-dir
4040
-name:Cache dependencies
4141
uses:buildjet/cache@v3
4242
if:steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'

‎pgml-extension/requirements.linux.txt

Lines changed: 118 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,83 @@
1-
accelerate==0.27.2
2-
aiohttp==3.9.1
1+
accelerate==0.30.1
2+
aiohttp==3.9.5
33
aiosignal==1.3.1
44
annotated-types==0.6.0
5-
anyio==4.2.0
6-
appdirs==1.4.4
5+
anyio==4.3.0
76
async-timeout==4.0.3
8-
attrs==23.1.0
9-
auto-gptq==0.6.0
10-
bitsandbytes==0.41.3.post2
11-
black==24.1.1
12-
catboost==1.2.2
13-
certifi==2023.11.17
7+
attrs==23.2.0
8+
auto_gptq==0.7.1
9+
bitsandbytes==0.43.1
10+
catboost==1.2.5
11+
certifi==2024.2.2
1412
charset-normalizer==3.3.2
1513
click==8.1.7
14+
cloudpickle==3.0.0
15+
cmake==3.29.2
1616
colorama==0.4.6
1717
coloredlogs==15.0.1
18-
contourpy==1.2.0
18+
contourpy==1.2.1
1919
ctransformers==0.2.27
2020
cycler==0.12.1
21-
dataclasses-json==0.6.3
22-
datasets==2.15.0
23-
deepspeed==0.12.5
21+
dataclasses-json==0.6.6
22+
datasets==2.16.1
23+
deepspeed==0.14.2
2424
dill==0.3.7
25-
docker-pycreds==0.4.0
26-
docstring-parser==0.15
27-
einops==0.7.0
28-
evaluate==0.4.1
29-
exceptiongroup==1.2.0
30-
filelock==3.13.1
31-
fonttools==4.47.0
25+
diskcache==5.6.3
26+
distro==1.9.0
27+
dnspython==2.6.1
28+
einops==0.8.0
29+
email_validator==2.1.1
30+
exceptiongroup==1.2.1
31+
fastapi==0.111.0
32+
fastapi-cli==0.0.3
33+
filelock==3.14.0
34+
fonttools==4.51.0
3235
frozenlist==1.4.1
3336
fsspec==2023.10.0
34-
gekko==1.0.6
35-
gitdb==4.0.11
36-
GitPython==3.1.41
37-
graphviz==0.20.1
38-
greenlet==3.0.2
37+
gekko==1.1.1
38+
graphviz==0.20.3
39+
greenlet==3.0.3
40+
h11==0.14.0
3941
hjson==3.1.0
40-
huggingface-hub==0.19.4
42+
httpcore==1.0.5
43+
httptools==0.6.1
44+
httpx==0.27.0
45+
huggingface-hub==0.23.0
4146
humanfriendly==10.0
42-
idna==3.6
43-
InstructorEmbedding==1.0.1
44-
Jinja2==3.1.2
45-
joblib==1.3.2
47+
idna==3.7
48+
interegular==0.3.3
49+
Jinja2==3.1.4
50+
joblib==1.4.2
4651
jsonpatch==1.33
4752
jsonpointer==2.4
53+
jsonschema==4.22.0
54+
jsonschema-specifications==2023.12.1
4855
kiwisolver==1.4.5
49-
langchain==0.0.351
50-
langchain-community==0.0.4
51-
langchain-core==0.1.1
52-
langsmith==0.0.72
53-
lightgbm==4.1.0
54-
lxml==4.9.3
56+
langchain==0.1.19
57+
langchain-community==0.0.38
58+
langchain-core==0.1.52
59+
langchain-text-splitters==0.0.1
60+
langsmith==0.1.56
61+
lark==1.1.9
62+
lightgbm==4.3.0
63+
llvmlite==0.42.0
64+
lm-format-enforcer==0.9.8
65+
lxml==5.2.1
5566
markdown-it-py==3.0.0
56-
MarkupSafe==2.1.3
57-
marshmallow==3.20.1
58-
matplotlib==3.8.2
67+
MarkupSafe==2.1.5
68+
marshmallow==3.21.2
69+
matplotlib==3.8.4
5970
mdurl==0.1.2
6071
mpmath==1.3.0
61-
multidict==6.0.4
72+
msgpack==1.0.8
73+
multidict==6.0.5
6274
multiprocess==0.70.15
6375
mypy-extensions==1.0.0
64-
networkx==3.2.1
76+
nest-asyncio==1.6.0
77+
networkx==3.3
6578
ninja==1.11.1.1
66-
nltk==3.8.1
67-
numpy==1.26.2
79+
numba==0.59.1
80+
numpy==1.26.4
6881
nvidia-cublas-cu12==12.1.3.1
6982
nvidia-cuda-cupti-cu12==12.1.105
7083
nvidia-cuda-nvrtc-cu12==12.1.105
@@ -74,72 +87,82 @@ nvidia-cufft-cu12==11.0.2.54
7487
nvidia-curand-cu12==10.3.2.106
7588
nvidia-cusolver-cu12==11.4.5.107
7689
nvidia-cusparse-cu12==12.1.0.106
77-
nvidia-nccl-cu12==2.18.1
78-
nvidia-nvjitlink-cu12==12.3.101
90+
nvidia-ml-py==12.550.52
91+
nvidia-nccl-cu12==2.20.5
92+
nvidia-nvjitlink-cu12==12.4.127
7993
nvidia-nvtx-cu12==12.1.105
80-
optimum==1.16.1
81-
orjson==3.9.10
94+
openai==1.28.0
95+
optimum==1.19.2
96+
orjson==3.10.3
97+
outlines==0.0.34
8298
packaging==23.2
83-
pandas==2.1.4
84-
pathspec==0.12.1
85-
peft==0.7.1
86-
Pillow==10.1.0
87-
platformdirs==4.2.0
88-
plotly==5.18.0
99+
pandas==2.2.2
100+
peft==0.10.0
101+
pillow==10.3.0
102+
plotly==5.22.0
89103
portalocker==2.8.2
90-
protobuf==4.25.1
91-
psutil==5.9.7
104+
prometheus-fastapi-instrumentator==7.0.0
105+
prometheus_client==0.20.0
106+
protobuf==5.26.1
107+
psutil==5.9.8
92108
py-cpuinfo==9.0.0
93109
pyarrow==11.0.0
94110
pyarrow-hotfix==0.6
95-
pydantic==2.5.2
96-
pydantic_core==2.14.5
97-
Pygments==2.17.2
111+
pydantic==2.7.1
112+
pydantic_core==2.18.2
113+
Pygments==2.18.0
98114
pynvml==11.5.0
99-
pyparsing==3.1.1
100-
python-dateutil==2.8.2
101-
pytz==2023.3.post1
115+
pyparsing==3.1.2
116+
python-dateutil==2.9.0.post0
117+
python-dotenv==1.0.1
118+
python-multipart==0.0.9
119+
pytz==2024.1
102120
PyYAML==6.0.1
103-
regex==2023.10.3
121+
ray==2.21.0
122+
referencing==0.35.1
123+
regex==2024.5.10
104124
requests==2.31.0
105-
responses==0.18.0
106125
rich==13.7.1
107126
rouge==1.0.1
108-
sacrebleu==2.4.0
127+
rpds-py==0.18.1
128+
sacrebleu==2.4.2
109129
sacremoses==0.1.1
110-
safetensors==0.4.1
111-
scikit-learn==1.3.2
112-
scipy==1.11.4
113-
sentence-transformers==2.5.1
114-
sentencepiece==0.1.99
115-
sentry-sdk==1.40.2
116-
setproctitle==1.3.3
117-
shtab==1.6.5
130+
safetensors==0.4.3
131+
scikit-learn==1.4.2
132+
scipy==1.13.0
133+
sentence-transformers==2.7.0
134+
sentencepiece==0.2.0
135+
shellingham==1.5.4
118136
six==1.16.0
119-
smmap==5.0.1
120-
sniffio==1.3.0
121-
SQLAlchemy==2.0.23
137+
sniffio==1.3.1
138+
SQLAlchemy==2.0.30
139+
starlette==0.37.2
122140
sympy==1.12
123141
tabulate==0.9.0
124-
tenacity==8.2.3
125-
threadpoolctl==3.2.0
126-
tokenizers==0.15.0
127-
tomli==2.0.1
128-
torch==2.1.2
129-
torchaudio==2.1.2
130-
torchvision==0.16.2
131-
tqdm==4.66.1
132-
transformers==4.39.3
133-
transformers-stream-generator==0.0.4
134-
triton==2.1.0
135-
trl==0.7.10
142+
tenacity==8.3.0
143+
threadpoolctl==3.5.0
144+
tiktoken==0.6.0
145+
tokenizers==0.19.1
146+
torch==2.3.0
147+
torchaudio==2.3.0
148+
torchvision==0.18.0
149+
tqdm==4.66.4
150+
transformers==4.40.2
151+
transformers-stream-generator==0.0.5
152+
triton==2.3.0
153+
typer==0.12.3
136154
typing-inspect==0.9.0
137-
typing_extensions==4.9.0
138-
tyro==0.7.2
139-
tzdata==2023.3
140-
urllib3==2.1.0
141-
xformers==0.0.23.post1
142-
xgboost==2.0.2
155+
typing_extensions==4.11.0
156+
tzdata==2024.1
157+
ujson==5.9.0
158+
urllib3==2.2.1
159+
uvicorn==0.29.0
160+
uvloop==0.19.0
161+
vllm==0.4.2
162+
vllm-nccl-cu12==2.18.1.0.4.0
163+
watchfiles==0.21.0
164+
websockets==12.0
165+
xformers==0.0.26.post1
166+
xgboost==2.0.3
143167
xxhash==3.4.1
144168
yarl==1.9.4
145-
vllm==0.4.0.post1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp