Vulcan

Results 52 comments of Vulcan

pocld: ``` Starting program: /usr/local/bin/pocld -a localhost -p 7777 This GDB supports auto-downloading debuginfo from the following URLs: Debuginfod has been disabled. To make this setting permanent, add 'set debuginfod...

@jansol @pjaaskel I have additional debug here. I enabled some debug env variables from https://docs.mesa3d.org/envvars.html ``` export AMD_DEBUG=vm ``` Then I ran example1 and this is the log: ``` VM...

Thank you! > The 32bit thing does sound interesting. I'll try to get my hands on a sufficiently old Radeon card to run Clover so I can repro this. That...

Try this: ``` pip install -U "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html pip install -r requirements.txt python run.py ``` Info From: https://github.com/xai-org/grok-1/pull/170#issuecomment-2005687344 https://github.com/xai-org/grok-1/issues/24#issuecomment-2002687351 Reasoning: Your version: jaxlib-0.4.25 cuda 11.8 , Required version: jaxlib==0.4.25...

Please close this issue and move to: https://github.com/xai-org/grok-1/discussions Reason: https://github.com/xai-org/grok-1/issues/69

> Still requires: > > * 384GB RAM > * 1.5 minutes to load into memory > * 1.1 hours to "compile" grok-1 model > * 4.2 hours to sample...

Good ideas. I am not staff, so can't directly close - just doing public service. I did the current initial batch of close requests with back reference to this issue...

> @EwoutH Done > > @trholding Thanks for your help! @xSetech Thanks for the good work! Gratitude to the whole xAI team for taking a step towards true open AI!

Jax issue. Solutions: ``` pip install -U "jax[cuda12-pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html pip install -r requirements.txt ``` Edit: Fix: https://github.com/xai-org/grok-1/pull/194 Ref: https://github.com/xai-org/grok-1/issues/186#issue-2194091076 https://github.com/xai-org/grok-1/issues/24#issuecomment-2002687351 Solution of / Related to / Duplicate of: https://github.com/xai-org/grok-1/issues/173...