Skip to content

Commit

Permalink
fix issue links
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jul 30, 2024
1 parent 4718c2e commit 1ba49cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Guidance PR: https://github.com/guidance-ai/guidance/pull/951

## Lexeme-splitting

See https://github.com/hudson-ai/guidance/issues/5
See https://github.com/microsoft/llguidance/issues/2

```python
g = select(["a", "abq", "c"]) + optional("bQ")
Expand All @@ -36,7 +36,7 @@ See https://github.com/hudson-ai/guidance/issues/5

## Only valid tokens

See https://github.com/hudson-ai/guidance/issues/13
See https://github.com/microsoft/llguidance/issues/1

- [ ] implement `.forced_byte()` method in `derivre`
- [ ] use this for cheap `.forced_byte()` impl in `llguidance`
Expand Down

0 comments on commit 1ba49cb

Please sign in to comment.