Andrew Lapp

Results 47 issues of Andrew Lapp

Hi, I'd like to contribute a small section to the docs that I found helpful (using `requests_cache` so tiles don't take super long to load each run). I don't see...

## Description Resolves: #none (privacytools.io Matrix registration is currently closed) #### Check List - [x] I understand that by not opening an issue about a software/service/similar addition/removal, this pull request...

A variety of issues have recently arisen due to Twitter disabling their "Legacy" API, breaking twitterscraper: - https://github.com/taspinar/twitterscraper/issues/301 - https://github.com/taspinar/twitterscraper/issues/299 - https://github.com/taspinar/twitterscraper/issues/298 - https://github.com/taspinar/twitterscraper/issues/296 To fix this, I re-implemented `query.py`...

Ran this query multiple times with the legacy API: ``` query_tweets( query = 'alphabet', begindate=dt.date(2013, 12, 11), enddate=dt.date(2013, 12, 15), poolsize=4, lang='en' ) ``` I've received 4 different values now:...

This was a bit tricky to figure out, so I thought it'd be worth documenting here.

The second `def definition` overrides the first.

Fixes https://github.com/vllm-project/vllm/issues/1229 Implement incremental LALR / Regex parser to determine legal-next-token set. [Rendered documentation](https://github.com/lapp0/vllm/blob/grammar/docs/source/grammars/grammars.rst) ## Try it I smoke tested with dockerfile: https://hub.docker.com/r/lapp0/vllm_grammar_branch (commit [2b2b024](https://github.com/vllm-project/vllm/pull/2105/commits/2b2b024dfd7a7048a06884e44c70a36d7357e3e3)) ``` async def fetch_response(session, doc,...

Thanks for your great work developing Unsloth, it's a critical tool reducing the cost of fine-tuning to less than half! My question is, within `trl`, reinforcement learning requires that the...

feature request

It makes some intuitive sense to either have this hook by default or at least allow users to patch their model so this behavior exists. Would be great to be...

Fixes #883 # Changes This change-set configures `asv` within the repo, along with the `asv_benchmark_pr.yml` workflow to comment benchmark comparisons in each open PR. `tests/benchmarks/` has been moved to `benchmarks/`...

tests