From 893f8c0cc80917ea3227938494f2e267e87ca3b5 Mon Sep 17 00:00:00 2001 From: Akshita Bhagia Date: Mon, 8 Apr 2024 17:17:06 -0700 Subject: [PATCH] sort import --- CHANGELOG.md | 1 + hf_olmo/convert_olmo_to_hf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cba355d6..8617f2f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added commonsense_qa and social_iqa downstream evaluation tasks - Makes it possible to read from http/https the same way we read from s3/r2. - Added MMLU multiple choice (A/B/C/D) 5-shot variant downstream tasks +- Tokenizer patch ### Changed diff --git a/hf_olmo/convert_olmo_to_hf.py b/hf_olmo/convert_olmo_to_hf.py index 14ac6beb9..e89f86755 100644 --- a/hf_olmo/convert_olmo_to_hf.py +++ b/hf_olmo/convert_olmo_to_hf.py @@ -5,6 +5,7 @@ import torch from omegaconf import OmegaConf as om + from hf_olmo.configuration_olmo import OLMoConfig from hf_olmo.modeling_olmo import OLMoForCausalLM from hf_olmo.tokenization_olmo_fast import OLMoTokenizerFast