Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into split_toktrie
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Aug 12, 2024
2 parents 9f7d29e + 079625d commit 30e8c2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py/promptlib/promptlib/gen.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .prompt import PromptNode, TextNode

from typing import List
from pyaici import ast
from pyaici import ast_ as ast

class GenNode(PromptNode):

Expand Down
2 changes: 1 addition & 1 deletion py/promptlib/promptlib/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List
from .aici import AICI

from pyaici import ast
from pyaici import ast_ as ast

class PromptNode:
"""
Expand Down

0 comments on commit 30e8c2d

Please sign in to comment.