Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Lightning-AI/lit-llama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18fe024ae5eec8fa9cb25769d4262bb3549726ff
Choose a base ref
..
head repository: Lightning-AI/lit-llama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47c38a7b96be06ffea9bd614e331c5259a6b836b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 generate/adapter.py
2 changes: 1 addition & 1 deletion generate/adapter.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
wd = Path(__file__).parent.parent.resolve()
sys.path.append(str(wd))

from generate import generate
from generate.generate_utils import generate
from lit_llama import Tokenizer
from lit_llama.adapter import LLaMA
from lit_llama.utils import lazy_load, llama_model_lookup, quantization