Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
seanmor5
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
seanmor5
2y ago
I appreciate your response. I should not have replied in the manner that I did. I think there are many ways to make the argument against using these libraries, and all of the maintainers would agree it doesn't make sense in many situat
2.
▲
by
seanmor5
2y ago
It has always been possible to do custom transformations via Series.transform. And here is a PR adding it to dataframes: https://github.com/elixir-explorer/explorer/pull/912 - the PR uses existing APIs, it wa
3.
▲
by
seanmor5
2y ago
To be fair to the creators of “half baked” libraries, you’re comparing our work to frameworks with several years head start with the backing of trillion dollar organizations (excluding polars). To have convinced ANYBODY to successfully make
4.
▲
CinEx: FFmpeg-based video editing with LLMs in Elixir
(github.com)
4 points
by
seanmor5
2y ago
|
0 comments
5.
▲
by
seanmor5
2y ago
Hey, I'm the author! All of the chapters are done, but there are still some minor updates as APIs change. It should be going to production soon
6.
▲
Implementing Natural Conversational Agents with Elixir
(seanmoriarity.com)
8 points
by
seanmor5
3y ago
|
0 comments
7.
▲
by
seanmor5
3y ago
Yeah the latency in my demo is definitely worse. There also seem to be some issues where it picks up it’s own audio and keyboard/mouse clicks and tries to transcribe them which leads to derailed convos. The unnatural voices happen I th
8.
▲
Machine Learning in Elixir (PragProg)
(pragprog.com)
17 points
by
seanmor5
3y ago
|
0 comments
9.
▲
Benchmarking the accuracy of GPT3.5's and GPT-4's code generation abilities
(github.com)
74 points
by
seanmor5
3y ago
|
29 comments
10.
▲
by
seanmor5
4y ago
You can use Torchx with the `mps` device, but many ops are not implemented for mps
11.
▲
by
seanmor5
4y ago
For some of it! I was thinking more something for loading different audio encodings to Nx tensors…so doing everything up until Nx
12.
▲
by
seanmor5
4y ago
There is a project in the ecosystem that builds on top of MLIR and can target any MLIR dialect, but it is not mature enough yet. I think it would be great to see!
13.
▲
by
seanmor5
4y ago
It should not be too hard! From what I saw Whisper is similar to Bart, and we have Bart. The missing piece is a library for audio processing to tensors.
14.
▲
by
seanmor5
4y ago
No need to convert the format! Bumblebee supports loading parameters directly from PyTorch. You can just specify `{:local, path/to/checkpoint}` in `Bumblebee.load_model`
15.
▲
by
seanmor5
4y ago
We are all really into bumblebees, specifically the kind that can transform into 1977 Yellow Camaros
16.
▲
by
seanmor5
4y ago
It’s a pleasant surprise to see this shared here, I am the author of this piece. Honestly I wrote this post for myself more than anything else. I also find that my knowledge in a lot of areas is very “surface level.” It’s really easy to reg
17.
▲
by
seanmor5
5y ago
We’re working on a way to import and export models from other formats just by reading the graph into our model representation.
18.
▲
by
seanmor5
5y ago
Maybe ;)