Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update some links to new repo #394

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
# Change this to invalidate existing cache.
CACHE_PREFIX: v0
CACHE_PREFIX: v1
PYTHONPATH: ./
TOKENIZERS_PARALLELISM: 'false'

Expand Down
2 changes: 1 addition & 1 deletion evaluation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ai2-catwalk @ git+https://github.com/allenai/catwalk.git@olmo-eval
hf_olmo @ git+https://github.com/allenai/LLM.git@main#subdirectory=hf_olmo
hf_olmo @ git+https://github.com/allenai/OLMo.git@main#subdirectory=hf_olmo
pygsheets
#ai2-tango[beaker,gs]==1.2.1
2 changes: 1 addition & 1 deletion inference/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
compression/dependencies/AutoGPTQ
efficiency/dependencies/efficiency-pentathlon/
hf_olmo @ git+ssh://[email protected]/allenai/LLM.git@main#subdirectory=hf_olmo
hf_olmo @ git+ssh://[email protected]/allenai/OLMo.git@main#subdirectory=hf_olmo
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ requires-python = ">=3.8"
license = {file = "LICENSE"}

[project.urls]
Homepage = "https://github.com/allenai/LLM"
Repository = "https://github.com/allenai/LLM"
Homepage = "https://github.com/allenai/OLMo"
Repository = "https://github.com/allenai/OLMo"

[tool.setuptools]
include-package-data = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main() -> None:
lines.insert(insert_index, "\n")
lines.insert(
insert_index + 1,
f"## [v{VERSION}](https://github.com/allenai/LLM/releases/tag/v{VERSION}) - "
f"## [v{VERSION}](https://github.com/allenai/OLMo/releases/tag/v{VERSION}) - "
f"{datetime.now().strftime('%Y-%m-%d')}\n",
)

Expand Down
Loading