Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 289 Bytes

PaLM

PyTorch implementation for PaLM: A Hybrid Parser and Language Model.

Setup

Install Anaconda

To install the dependencies:

conda env create -f environment.yml
conda activate palm
pip install pynvrtc