Refactor encoder.py to remove debug print statements and ensure inputs are moved to the correct device for text and image encoding. ab3f0c3 pediot commited on 10 days ago
Update Dockerfile to set HF_TOKEN as an environment variable and remove debug print statements from encoder.py for cleaner code. 895a755 pediot commited on 10 days ago
Add debug print statement in encoder.py to log HF_TOKEN for troubleshooting purposes. 074eb54 pediot commited on 10 days ago
Update requirements.txt for version pinning and add new dependencies; refactor model initialization in encoder.py to streamline device handling. e5ee3a4 pediot commited on 10 days ago
Refactor model initialization in encoder.py to use to_empty for improved device handling. 5aab199 pediot commited on 10 days ago
Update device mapping in encoder.py to set device_map to None for improved flexibility in model initialization. 2eb56eb pediot commited on 10 days ago
Add debug print statements in encoder.py for processor and model initialization c818587 pediot commited on 10 days ago
Fix model initialization in encoder.py to handle exceptions more gracefully and ensure proper device mapping. d21f097 pediot commited on 10 days ago
Refactor Dockerfile and encoder.py to improve environment variable handling and model initialization c54b3d1 pediot commited on 10 days ago