You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove support libraries from LD_PRELOAD, keep only stub libraries
- GetLibraryNames() now only returns stub libraries that intercept GPU API calls
- NVIDIA: libcuda.so, libnvidia-ml.so
- AMD/Hygon: libamdhip64.so
- Removed libteleport.so and libaccelerator from LD_PRELOAD
- libteleport is loaded dynamically by stub libraries
- libaccelerator is used by ggo binary, not for GPU call interception
- All libraries remain available in container via /opt/gpugo/libs mount
- Updated comments to clarify the distinction
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments