Skip to content

Commit

Permalink
update some links to new repo (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored Dec 11, 2023
1 parent 4bd5f4c commit 9cc7154
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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

0 comments on commit 9cc7154

Please sign in to comment.