The point of the blog is that even at "supposed" deterministic generative sampling, non-determinism creeps in. This in turn has disastrous effects in very real experiments.
I'm pretty sure they didn't do their research well. They probably think mastodon's app is the top result that comes up when mastodon is typed into google. They also decided to block MeWe which is weird because nobody I know has ever heard of it. Another interesting choice was Rumble. Twitch was left alone but Rumble was blocked
> MeWe which is weird because nobody I know has ever heard of it. Another interesting choice was Rumble. Twitch was left alone but Rumble was blocked
From experience, this is a symptom of them wanting to censor a specific piece of content which is on all those platforms. Look for it, you may discover something interesting.
I live in Tunisia, which had one of the most censored internet in the world before 2011.
> decided to block MeWe which is weird because nobody I know has ever heard of it
Seems to indicate they're not actually trying to prevent their citizens from doing anything in particular, they're just trying to get these international companies to follow their local laws since they operate there.
One could argue that. There were also a few services that complied a long time ago: TikTok, Viber et al. Twitter(X) is currently discussing with government about this. Also, a big population in Nepal seem to agree with this decision. I could see a lot of people celebrating the decision to block these services.
Mastodon gGmbH does not have an operating presence in Nepal - but it is not the whole of Mastodon (or the Fediverse) by any means!
I had a quick look at the maps I could find that indicated the locations of Mastodon server instances, and I was not able to find anything local to their - of course that's not to say there is not one or more. It is important to the network that there should be many Mastodon instances, in many places, so it would be great if there were some!
At the same time, manufacturers do not release operating systems with extremely obvious flaws that have (atleast so far) no reasonable guardrails and pretend that they are the next messiah.
pdfjam [1] uses a LaTeX package under the hood, is included with the TeX Live distribution and acts as a wrapper for a LaTeX package. With this, I believe your example would be:
From my understanding of cryptography, most schemes are created with the assumption that _any_ function that does not have access to the secret key will have a probabilistically small chance of decoding the correct message (O(exp(-key_length)) usually). As LLMs are also a function, it is extremely unlikely for cryptographic protocols to be broken _unless_ LLMs can allow for new types of attacks all together.
Yes. People don't take this seriously enough. I personally have known people who have been arrested and tried because of innocent things they did not disclose in their application. The charge is essentially "Lying to officials".
Of course, the US wanted them out for other reasons, but this is the simplest charge to bring against them.
How easy is it to run on older GPUs (think 1080Tis)? The reason I ask this is because torch.compile refuses to support that, and that alone makes things much slower.
The other issue is Pascal cards don't have tensor cores, so there much slower than those with them. You could try Unsloth for 2x faster llama fine-tuning - someone made P40s and P100s work. Although I would suggest upgrading to at least RTX 20x series.