Unverified Commit e48b6082 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Merge pull request #105 from jon-tow/dependency-updates

Update dependencies
parents 0f536808 33ab4a29
from lm_eval.base import Dataset, rf, mean from lm_eval.base import Dataset, rf, mean
from lm_eval.utils import sh from lm_eval.utils import sh
import json import json
import requests
import ftfy
import math import math
from best_download import download_file from best_download import download_file
......
import os import os
from functools import reduce from functools import reduce
import operator import operator
import lm_dataformat as lmd
from tqdm import tqdm from tqdm import tqdm
import json import json
......
black==20.8b1 black==20.8b1
best_download>=0.0.5
datasets>=1.2.1
click>=7.1 click>=7.1
scikit-learn>=0.24.1
torch>=1.7 torch>=1.7
transformers>=4.1 transformers>=4.1
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment