Y
Hacker News
new
|
ask
|
show
|
jobs
by
p1esk
785 days ago
I run models using HF just fine. I mean I’m using HF transformers repo, which gets models from HF hub.
Or do you mean commercial deployment of models for inference?
1 comments
simonw
785 days ago
Are you talking about the Hugging Face Python libraries, the Hugging Face hosted inference APIs, the Hugging Face web interfaces, the Hugging Face iPhone app, Hugging Face Spaces (hosted Docker environments with GPU access) or something else?
link
p1esk
785 days ago
I updated my comment above: I’m using HF transformers repo, which gets models from HF hub.
link
simonw
785 days ago
Do you have an NVIDIA GPU? I have not had much luck with the transformers library on a Mac.
link
p1esk
785 days ago
Of course. I thought Nvidia GPUs are pretty much a must have to play with DL models.
link
objektif
785 days ago
Well being able to run these models on CPU was pretty much the revolutionary part of llama.cpp.
link
p1esk
785 days ago
I can run them on CPU - HF uses plain Pytorch code - fully supported on CPU.
link
wkat4242
785 days ago
Ollama supports many radeons now. And I guess llama.cpp does too, after all it's what ollama uses as backend.
link
p1esk
785 days ago
PyTorch (the underlying framework of HF) supports AMD as well, though I haven’t tried it.
link