Bell ~

pepper13

AI & ML interests

waifu research devision

Recent Activity

Organizations

The Waifu Research Department's profile picture That Time I got Reincarnated as a Hugging Face Organization's profile picture Glide's profile picture Hugging Face Discord Community's profile picture

pepper13's activity

reacted to nroggendorff's post with โž• 7 days ago
view post
Post
1265
Can we please do something about this? It makes everything I do so much harder, and because my local machine is so terrible, I am forced to test in production. This makes debugging so difficult.
nroggendorff/system-exit

cc @victor
  • 1 reply
ยท
liked a Space about 1 month ago
replied to nroggendorff's post 2 months ago
reacted to nroggendorff's post with ๐Ÿ˜”๐Ÿ‘€ 2 months ago
view post
Post
2107
she assert on my device until i give up AHAHEGHFDGHJHASUFSHD
ยท
reacted to nroggendorff's post with ๐Ÿ˜”๐Ÿง ๐Ÿ‘€๐Ÿš€๐Ÿ”ฅ 3 months ago
view post
Post
2648
When huggingface patches this, I'm going to be really sad, but in the meantime, here you go:

When AutoTrain creates a new space to train your model, it does so via the huggingface API. If you modify the code so that it includes a premade README.md file, you can add these two lines:

---
app_port: 8080 # or any integer besides 7860 that's greater than 2 ** 10
startup_duration_timeout: 350m
---


This will tell huggingface to listen for the iframe on your port, instead of the one autotrain is actually hosting on, and because startup time isn't charged, you get the product for free. (you can take this even further by switching compute type to A100 or something)
  • 1 reply
ยท
reacted to nroggendorff's post with ๐Ÿ‘€๐Ÿ”ฅโค๏ธ 3 months ago