Remove LICENSE.txt
article thumbnail

Redis License Changed

Hacker News

redis/LICENSE.txt at unstable ยท redis/redis Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

article thumbnail

Frugality meets Accuracy: Cost-efficient training of GPT NeoX and Pythia models with AWS Trainium

AWS Machine Learning Blog

no-sign-request aws s3 cp s3://neuron-s3/training_datasets/gpt/wikipedia/license.txt. --no-sign-request --no-sign-request aws s3 cp s3://neuron-s3/training_datasets/gpt/wikipedia/my-gpt2_text_document.idx. --no-sign-request no-sign-request Both NeoX 20B and Pythia 6.9B

AWS 91
article thumbnail

Guide to Python Project Structure and Packaging

Mlearning.ai

. # inside pyproject.toml: [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" # inside setup.cfg: [metadata] name = melhousing version = 1.0 author = <Firstname Lastname> author_email = youremail@email.com description = Your description of the project long_description = file: README.md

Python 52