Glide
company
AI & ML interests
None defined yet.
glides's activity
nroggendorffย
posted
an
update
1 day ago
nroggendorffย
posted
an
update
8 days ago
nroggendorffย
posted
an
update
14 days ago
nroggendorffย
posted
an
update
23 days ago
nroggendorffย
posted
an
update
25 days ago
nroggendorffย
posted
an
update
28 days ago
Post
1317
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
nroggendorff/system-exit
cc @victor
nroggendorffย
posted
an
update
about 1 month ago
nroggendorffย
posted
an
update
about 1 month ago
nroggendorffย
posted
an
update
about 1 month ago
nroggendorffย
posted
an
update
about 2 months ago
nroggendorffย
posted
an
update
2 months ago
nroggendorffย
posted
an
update
2 months ago
nroggendorffย
posted
an
update
2 months ago
nroggendorffย
posted
an
update
3 months ago
Post
1195
wdym you can't pickle
~!??
_io.TextIOWrapper
~!??
nroggendorffย
posted
an
update
3 months ago
nroggendorffย
posted
an
update
3 months ago
Post
1259
100 followers? When did that happen?
nroggendorffย
posted
an
update
3 months ago
nroggendorffย
posted
an
update
3 months ago
Post
2653
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:
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)
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)
nroggendorffย
posted
an
update
3 months ago
Post
1519
pretty much all of the values in the llama training post are placeholders, so if you dont get a desireable result tweak and tweak and tweak. it took months to get smallama to do anything
nroggendorffย
posted
an
update
4 months ago
Post
1098
maybe