Skip to content

Commit 0e1a9a5

Browse files
Merge pull request #1221 from Pacific-AI-Corp/updates/websites-updates-for-270
Updates/websites updates for 270
2 parents 9490563 + 7ad73cf commit 0e1a9a5

484 files changed

Lines changed: 1110 additions & 1100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
sudo apt clean
2626
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
27+
sudo rm -rf "/usr/local/share/boost"
28+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
2729
df -h
2830
2931
- uses: actions/checkout@v3
@@ -50,8 +52,8 @@ jobs:
5052
- name: Install dependencies
5153
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
5254
run: |
53-
poetry cache clear pypi --all -n
54-
poetry install --with dev --all-extras --no-cache
55+
poetry cache clear pypi --all -n > /dev/null
56+
poetry install --with dev --all-extras --no-cache --quiet --no-interaction
5557
source ./.venv/bin/activate && pip uninstall -y pyspark && rm -rf ./.venv/lib/python${{ matrix.python-version }}/site-packages/pyspark*/
5658
pip install pyspark==3.5.6
5759

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: [3.9]
13-
poetry-version: [1.3.1]
13+
poetry-version: [2.1.3]
1414
os: [ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/JohnSnowLabs/langtest/main/docs/assets/images/langtest/langtest_logo.png" alt="johnsnowlabs_logo" width="360" style="text-align:center;">
2+
<img src="https://raw.githubusercontent.com/Pacific-AI-Corp/langtest/main/docs/assets/images/langtest/langtest_logo.png" alt="pacific_ai_logo" width="360" style="text-align:center;">
33
</p>
44

55
<div align="center">

docs/_data/navigation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ header:
1313
- title: Benchmarks
1414
url: /docs/pages/benchmarks/benchmark
1515
key: benchmarks
16-
- title: Leaderboard
17-
url: /leaderboard/llm
18-
key: benchmarks
1916
- title: Blog
20-
url: https://www.johnsnowlabs.com/responsible-ai-blog/
17+
url: https://pacific.ai/healthcare-ai-governace-library/
2118
key: blog
2219

2320

docs/_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<div>
2626
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%}
2727
{%- assign _locale_copyright_dates = __return -%}
28-
© <span id="year"></span> John Snow Labs Inc.
29-
<a href="http://www.johnsnowlabs.com/terms-of-service">Terms of Service</a> | <a href="http://www.johnsnowlabs.com/privacy-policy/">Privacy Policy</a> | <a href="http://www.langtest.org/api/">Python API</a>
28+
© <span id="year"></span> Pacific AI, Inc. All rights reserved.
29+
<a href="https://pacific.ai/terms-of-service/">Terms of Service</a> | <a href="https://pacific.ai/privacy-policy/">Privacy Policy</a> | <a href="https://pacific.ai/ai-acceptable-use-policy/">AI Acceptable Use Policy</a> | <a href="http://www.langtest.org/api/">Python API</a>
3030
</div>
3131
</div>
3232
</div>

docs/_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<i class="fas fa-times"></i>
1313
</a>
1414
<div class="header__brand">
15-
<a title="{%- if site.description -%}{{ site.description }}{%- endif -%}" href="https://www.johnsnowlabs.com" target="_blank">
15+
<a title="{%- if site.description -%}{{ site.description }}{%- endif -%}" href="https://pacific.ai" target="_blank">
1616
{%- include svg/logo.svg -%}
1717
</a>
1818
{%- assign _paths_root = site.paths.root | default: site.data.variables.default.paths.root -%}
@@ -43,7 +43,7 @@
4343
{%- if site.search.provider -%}
4444
<li><button class="button button--secondary button--circle search-button js-search-toggle"><i class="fas fa-search"></i></button></li>
4545
{%- endif -%}
46-
<li class="f_inner"><a class="github-button" href="https://github.com/JohnSnowLabs/langtest" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star agsfer/site on GitHub">Star on GitHub</a></li>
46+
<li class="f_inner"><a class="github-button" href="https://github.com/Pacific-AI-Corp/langtest" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true" aria-label="Star agsfer/site on GitHub">Star on GitHub</a></li>
4747
</ul>
4848
</nav>
4949
{%- endif -%}

docs/api/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203

204204

205-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
205+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
206206
<span class="sr-only">GitHub</span></a>
207207
</li>
208208
</ul></div>
@@ -298,7 +298,7 @@
298298

299299

300300

301-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
301+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
302302
<span class="sr-only">GitHub</span></a>
303303
</li>
304304
</ul></div>

docs/api/autosummary/langtest.augmentation.augmenter.DataAugmenter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204

205205

206206

207-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
207+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
208208
<span class="sr-only">GitHub</span></a>
209209
</li>
210210
</ul></div>
@@ -304,7 +304,7 @@
304304

305305

306306

307-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
307+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
308308
<span class="sr-only">GitHub</span></a>
309309
</li>
310310
</ul></div>

docs/api/autosummary/langtest.augmentation.augmenter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204

205205

206206

207-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
207+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
208208
<span class="sr-only">GitHub</span></a>
209209
</li>
210210
</ul></div>
@@ -300,7 +300,7 @@
300300

301301

302302

303-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
303+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
304304
<span class="sr-only">GitHub</span></a>
305305
</li>
306306
</ul></div>

docs/api/autosummary/langtest.augmentation.base.AugmentRobustness.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204

205205

206206

207-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
207+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
208208
<span class="sr-only">GitHub</span></a>
209209
</li>
210210
</ul></div>
@@ -304,7 +304,7 @@
304304

305305

306306

307-
<a href="https://github.com/JohnSnowLabs/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
307+
<a href="https://github.com/Pacific-AI-Corp/langtest" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom"><span><i class="fa-brands fa-square-github fa-lg" aria-hidden="true"></i></span>
308308
<span class="sr-only">GitHub</span></a>
309309
</li>
310310
</ul></div>

0 commit comments

Comments
 (0)