Skip to content

aten::index_copy.out #4

Closed Answered by rasbt
vbharath18 asked this question in Q&A
Sep 1, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

As of the most recent release (v0.4.12), litgpt should work again on macOS. You can either install the latest version from main or do

pip install litgpt -U

Then, e.g.,

from litgpt import LLM

llm = LLM.load("microsoft/phi-2")
llm.generate("What do Llamas eat?")

will produce reasonable results again. (There was an issue with the default precision on macOS that I just fixed.)

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@vbharath18
Comment options

@rasbt
Comment options

@vbharath18
Comment options

@rasbt
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rasbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants